blob: 104c2d4f60244511c1d2656949356f5a8b539407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFAULT arch32
TIMEOUT 100
TOTALTIMEOUT 100
PROMPT 1
LABEL arch32
TEXT HELP
Boot the Arch Linux (i486) live medium.
It allows you to install Arch Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i486)
LINUX /boot/vmlinuz-linux
INITRD /boot/initramfs-linux.img
APPEND root=/dev/sr0 iommu=off
|