From 20b296f8002c2e7b70f7e8695d66066567992ba9 Mon Sep 17 00:00:00 2001 From: Gerhard Brauer Date: Tue, 23 Dec 2008 14:53:27 -0800 Subject: 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 --- configs/install-iso/boot-files/grub/menu.lst | 6 +++--- 1 file 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 -- cgit v1.2.3-54-g00ecf