Change mkinitcpio image names
Allow IDE/PATA selection on boot Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
9d32b14b29
commit
a38a8eb38f
@ -5,7 +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.img
|
||||
initrd /boot/archiso-ide.img
|
||||
|
||||
title Boot ArchLinux LiveCD [Legacy PATA]
|
||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
||||
initrd /boot/archiso-pata.img
|
||||
|
||||
title Tools...
|
||||
configfile /boot/grub/tools.lst
|
||||
|
Loading…
Reference in New Issue
Block a user