Add a default usbdelay value of 5 seconds

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2009-02-04 13:04:53 -06:00
parent 09d3fc9669
commit 47db047336
2 changed files with 4 additions and 4 deletions

View File

@ -4,11 +4,11 @@ color light-blue/blue black/light-grey
splashimage=/boot/splash.xpm.gz splashimage=/boot/splash.xpm.gz
title Boot Arch Linux Live CD 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 initrd /boot/archiso_pata.img
title Boot Arch Linux Live CD [Legacy IDE, no SATA] 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 initrd /boot/archiso_ide.img
title Release Notes title Release Notes

View File

@ -8,11 +8,11 @@ DEFAULT arch
LABEL arch LABEL arch
KERNEL /boot/vmlinuz26 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 LABEL archide
KERNEL /boot/vmlinuz26 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 LABEL memtest
KERNEL /boot/memtest KERNEL /boot/memtest