From 0ddc06787db6e57ac943208e0911031d394ebce3 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 17 Jun 2009 22:32:40 +0200 Subject: [PATCH] 'changed to rootdelay 10' --- etc/archboot/presets/allinone | 2 +- etc/archboot/presets/allinone-lowmem | 2 +- etc/archboot/presets/isolinux | 2 +- etc/archboot/presets/isolinux-ftp | 2 +- etc/archboot/presets/isolinux-lowmem | 2 +- etc/archboot/presets/pxelinux | 2 +- etc/archboot/presets/pxelinux-ftp | 2 +- etc/archboot/presets/syslinux | 2 +- etc/archboot/presets/syslinux-ftp | 2 +- etc/archboot/presets/syslinux-lowmem | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/etc/archboot/presets/allinone b/etc/archboot/presets/allinone index a0d73654a..4cff331b7 100644 --- a/etc/archboot/presets/allinone +++ b/etc/archboot/presets/allinone @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/allinone.conf" diff --git a/etc/archboot/presets/allinone-lowmem b/etc/archboot/presets/allinone-lowmem index da7148ab6..a88c1d2d6 100644 --- a/etc/archboot/presets/allinone-lowmem +++ b/etc/archboot/presets/allinone-lowmem @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/allinone-lowmem.conf" diff --git a/etc/archboot/presets/isolinux b/etc/archboot/presets/isolinux index c286fe7d1..e3407dcf4 100644 --- a/etc/archboot/presets/isolinux +++ b/etc/archboot/presets/isolinux @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default.conf" diff --git a/etc/archboot/presets/isolinux-ftp b/etc/archboot/presets/isolinux-ftp index 4735a5fff..48913488b 100644 --- a/etc/archboot/presets/isolinux-ftp +++ b/etc/archboot/presets/isolinux-ftp @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-ftp.conf" diff --git a/etc/archboot/presets/isolinux-lowmem b/etc/archboot/presets/isolinux-lowmem index c0aa68679..b851faa8f 100644 --- a/etc/archboot/presets/isolinux-lowmem +++ b/etc/archboot/presets/isolinux-lowmem @@ -3,7 +3,7 @@ # config file for mkisolinux # DEFAULT kernel boot options -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/lowmem.conf" diff --git a/etc/archboot/presets/pxelinux b/etc/archboot/presets/pxelinux index 0868a3844..cb5abba35 100644 --- a/etc/archboot/presets/pxelinux +++ b/etc/archboot/presets/pxelinux @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like ip=:::::eth0:dhcp etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-pxelinux.conf" diff --git a/etc/archboot/presets/pxelinux-ftp b/etc/archboot/presets/pxelinux-ftp index 06ee640fe..4aa57eb79 100644 --- a/etc/archboot/presets/pxelinux-ftp +++ b/etc/archboot/presets/pxelinux-ftp @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like ip=:::::eth0:dhcp etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-ftp-pxelinux.conf" diff --git a/etc/archboot/presets/syslinux b/etc/archboot/presets/syslinux index db4b90abc..8d3cd9d78 100644 --- a/etc/archboot/presets/syslinux +++ b/etc/archboot/presets/syslinux @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like root=/dev/hda3 etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default.conf" diff --git a/etc/archboot/presets/syslinux-ftp b/etc/archboot/presets/syslinux-ftp index 7eb38f6ab..ccc53b188 100644 --- a/etc/archboot/presets/syslinux-ftp +++ b/etc/archboot/presets/syslinux-ftp @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like root=/dev/hda3 etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/default-ftp.conf" diff --git a/etc/archboot/presets/syslinux-lowmem b/etc/archboot/presets/syslinux-lowmem index 535d0a27e..28adb342c 100644 --- a/etc/archboot/presets/syslinux-lowmem +++ b/etc/archboot/presets/syslinux-lowmem @@ -4,7 +4,7 @@ # DEFAULT kernel boot options like root=/dev/hda3 etc. # add your root= option, if you boot from a disk device # and don't want to add it by hand on each boot -KERNEL_BOOT_OPTIONS="rootdelay=5" +KERNEL_BOOT_OPTIONS="rootdelay=10" # mkinitcpio config file, defaulted to stock config file MKINITCPIO_CONFIG="/etc/archboot/lowmem.conf"