mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 17:56:35 +05:30
moved base to iso
This commit is contained in:
9
iso/syslinux/tuxOS_iso_sys-linux.cfg
Normal file
9
iso/syslinux/tuxOS_iso_sys-linux.cfg
Normal file
@ -0,0 +1,9 @@
|
||||
LABEL arch64
|
||||
TEXT HELP
|
||||
Boot tuxOS install medium on BIOS.
|
||||
It allows you to install tuxOS or perform system maintenance.
|
||||
ENDTEXT
|
||||
MENU LABEL Boot tuxOS install medium (x86_64, BIOS)
|
||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
Reference in New Issue
Block a user