Add a default usbdelay value of 5 seconds
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
09d3fc9669
commit
47db047336
@ -4,11 +4,11 @@ color light-blue/blue black/light-grey
|
||||
splashimage=/boot/splash.xpm.gz
|
||||
|
||||
title Boot Arch Linux Live CD
|
||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 usbdelay=5 ramdisk_size=75%
|
||||
initrd /boot/archiso_pata.img
|
||||
|
||||
title Boot Arch Linux Live CD [Legacy IDE, no SATA]
|
||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 ramdisk_size=75%
|
||||
kernel /boot/vmlinuz26 lang=en locale=en_US.UTF-8 usbdelay=5 ramdisk_size=75%
|
||||
initrd /boot/archiso_ide.img
|
||||
|
||||
title Release Notes
|
||||
|
@ -8,11 +8,11 @@ DEFAULT arch
|
||||
|
||||
LABEL arch
|
||||
KERNEL /boot/vmlinuz26
|
||||
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_pata.img
|
||||
APPEND lang=en locale=en_US.UTF-8 usbdelay=5 ramdisk_size=75% initrd=/boot/archiso_pata.img
|
||||
|
||||
LABEL archide
|
||||
KERNEL /boot/vmlinuz26
|
||||
APPEND lang=en locale=en_US.UTF-8 ramdisk_size=75% initrd=/boot/archiso_ide.img
|
||||
APPEND lang=en locale=en_US.UTF-8 usbdelay=5 ramdisk_size=75% initrd=/boot/archiso_ide.img
|
||||
|
||||
LABEL memtest
|
||||
KERNEL /boot/memtest
|
||||
|
Loading…
Reference in New Issue
Block a user