Files
archaaru/archdic-x86/syslinux/archiso_sys.cfg
2019-10-26 12:04:36 +01:00

14 lines
426 B
INI

INCLUDE boot/syslinux/archiso_head.cfg
LABEL arch32
TEXT HELP
Boot the DiscImageChef's Arch Linux (i686) live medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686)
LINUX boot/i686/vmlinuz
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/i686/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
INCLUDE boot/syslinux/archiso_tail.cfg