mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-07 18:26:34 +05:30
updated base
This commit is contained in:
7
efiboot/loader/entries/01-tuxOS-iso-x86_64-linux.conf
Normal file
7
efiboot/loader/entries/01-tuxOS-iso-x86_64-linux.conf
Normal file
@ -0,0 +1,7 @@
|
||||
title Boot tuxOS (x86_64, UEFI)
|
||||
sort-key 01
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% cow_spacesize=5G copytoram=n module_blacklist=pcspkr,snd_pcsp
|
@ -1,5 +0,0 @@
|
||||
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%
|
@ -1,5 +0,0 @@
|
||||
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%
|
@ -1,2 +0,0 @@
|
||||
title UEFI Shell x86_64 v1
|
||||
efi /EFI/shellx64_v1.efi
|
@ -1,2 +0,0 @@
|
||||
title UEFI Shell x86_64 v2
|
||||
efi /EFI/shellx64_v2.efi
|
@ -1,2 +1,3 @@
|
||||
timeout 3
|
||||
default archiso-x86_64
|
||||
timeout 15
|
||||
default 01-tuxOS-iso-x86_64-linux.conf
|
||||
beep on
|
||||
|
Reference in New Issue
Block a user