2020-05-30 00:01:28 +02:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2017-02-12 22:54:43 +01:00
|
|
|
INCLUDE boot/syslinux/archiso_head.cfg
|
|
|
|
|
2020-07-03 14:52:00 +02:00
|
|
|
DEFAULT arch64
|
|
|
|
TIMEOUT 30
|
|
|
|
|
2010-12-03 01:41:07 +01:00
|
|
|
LABEL arch64
|
|
|
|
TEXT HELP
|
2020-06-30 13:00:42 +02:00
|
|
|
Boot the Arch Linux install medium on BIOS.
|
2013-05-31 00:38:41 +02:00
|
|
|
It allows you to install Arch Linux or perform system maintenance.
|
2010-12-03 01:41:07 +01:00
|
|
|
ENDTEXT
|
2020-06-30 13:00:42 +02:00
|
|
|
MENU LABEL Arch Linux install medium (x86_64, BIOS)
|
2020-07-28 11:38:04 +02:00
|
|
|
LINUX boot/x86_64/vmlinuz-linux
|
|
|
|
INITRD boot/intel-ucode.img,boot/amd-ucode.img,boot/x86_64/archiso.img
|
2011-06-18 23:38:58 +02:00
|
|
|
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
|
2017-02-12 22:54:43 +01:00
|
|
|
|
|
|
|
INCLUDE boot/syslinux/archiso_tail.cfg
|