index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-20 17:17:51 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-06-20 17:17:51 +0200 |
commit | 1854e6dc11b0a74223a947dc9ae7f8c3c79202b1 (patch) | |
tree | c2d5d0c0b9f43cf2660f3939ddb469d8d7e532c8 /isolinux-i486.cfg | |
parent | 53ea7b33edafcd06bcb1db44879b6b35eceb8624 (diff) |
-rw-r--r-- | isolinux-i486.cfg | 12 |
diff --git a/isolinux-i486.cfg b/isolinux-i486.cfg new file mode 100644 index 0000000..eaa48de --- /dev/null +++ b/isolinux-i486.cfg @@ -0,0 +1,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 + |