mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 18:26:34 +05:30
initial commit
This commit is contained in:
5
efiboot/loader/entries/archiso-x86_64-cd.conf
Normal file
5
efiboot/loader/entries/archiso-x86_64-cd.conf
Normal file
@ -0,0 +1,5 @@
|
||||
title Appletneo OS x86_64 UEFI CD
|
||||
linux /EFI/archiso/vmlinuz.efi
|
||||
initrd /EFI/archiso/intel_ucode.img
|
||||
initrd /EFI/archiso/archiso.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
5
efiboot/loader/entries/archiso-x86_64-usb.conf
Normal file
5
efiboot/loader/entries/archiso-x86_64-usb.conf
Normal file
@ -0,0 +1,5 @@
|
||||
title Appletneo OS x86_64 UEFI USB
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz
|
||||
initrd /%INSTALL_DIR%/boot/intel_ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/archiso.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
2
efiboot/loader/entries/uefi-shell-v1-x86_64.conf
Normal file
2
efiboot/loader/entries/uefi-shell-v1-x86_64.conf
Normal file
@ -0,0 +1,2 @@
|
||||
title UEFI Shell x86_64 v1
|
||||
efi /EFI/shellx64_v1.efi
|
2
efiboot/loader/entries/uefi-shell-v2-x86_64.conf
Normal file
2
efiboot/loader/entries/uefi-shell-v2-x86_64.conf
Normal file
@ -0,0 +1,2 @@
|
||||
title UEFI Shell x86_64 v2
|
||||
efi /EFI/shellx64_v2.efi
|
Reference in New Issue
Block a user