diff options
author | Gerhard Brauer <gerbra@archlinux.de> | 2008-12-23 14:53:27 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-23 14:53:27 -0800 |
commit | 20b296f8002c2e7b70f7e8695d66066567992ba9 (patch) | |
tree | 2d281c835b8c9457a8e27ff306315a63b5df79b3 | |
parent | 6ab45e28dbd334565cd72c5bc013462696abbf18 (diff) | |
download | archiso32-20b296f8002c2e7b70f7e8695d66066567992ba9.tar.xz |
Legacy and non-legacy boot methods were swapped
PATA is the new-hotness, IDE is the old (legacy)
mode. Somehow this has been switched around for some
time...
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rw-r--r-- | configs/install-iso/boot-files/grub/menu.lst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/install-iso/boot-files/grub/menu.lst b/configs/install-iso/boot-files/grub/menu.lst index ba3be3f..3a072fa 100644 --- a/configs/install-iso/boot-files/grub/menu.lst +++ b/configs/install-iso/boot-files/grub/menu.lst @@ -5,11 +5,11 @@ splashimage=/boot/splash.xpm.gz title Boot ArchLinux LiveCD kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% -initrd /boot/archiso_ide.img +initrd /boot/archiso_pata.img -title Boot ArchLinux LiveCD [Legacy PATA] +title Boot ArchLinux LiveCD [Legacy IDE] kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75% -initrd /boot/archiso_pata.img +initrd /boot/archiso_ide.img title Tools... configfile /boot/grub/tools.lst |