blob: eaa48de09f707f2d599a872e7d8f3edf2bbf2232 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFAULT arch32
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
|