2017-02-12 18:54:43 -03:00
|
|
|
INCLUDE boot/syslinux/archiso_head.cfg
|
|
|
|
|
2010-12-02 21:41:07 -03:00
|
|
|
LABEL arch64
|
|
|
|
TEXT HELP
|
2020-06-30 13:00:42 +02:00
|
|
|
Boot the Arch Linux install medium on BIOS.
|
2013-05-30 19:38:41 -03:00
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2010-12-02 21:41:07 -03:00
|
|
|
ENDTEXT
|
2020-06-30 13:00:42 +02:00
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS)
|
2011-11-28 12:28:03 -03:00
|
|
|
LINUX boot/x86_64/vmlinuz
|
2018-08-18 17:14:22 -03:00
|
|
|
INITRD boot/intel_ucode.img,boot/amd_ucode.img,boot/x86_64/archiso.img
|
2011-06-18 18:38:58 -03:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
2017-02-12 18:54:43 -03:00
|
|
|
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|