aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hjalmarsson <xake@rymdraket.net>2011-03-23 20:32:45 +0100
committerSebastian Pipping <sebastian@pipping.org>2011-03-28 19:25:00 +0200
commit1cf3de853a23946c8233ace771461353b3a354af (patch)
tree2616f02ab8b952a54d5bc38812642205fccc1590 /gen_cmdline.sh
parentMerge branch 'master' into stable (diff)
downloadgenkernel-1cf3de853a23946c8233ace771461353b3a354af.tar.gz
genkernel-1cf3de853a23946c8233ace771461353b3a354af.tar.bz2
genkernel-1cf3de853a23946c8233ace771461353b3a354af.zip
Remove "--slowusb" as it is enabled by default. Also document "noslowusb".
Diffstat (limited to 'gen_cmdline.sh')
-rwxr-xr-xgen_cmdline.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/gen_cmdline.sh b/gen_cmdline.sh
index 506ca3f..9e4009e 100755
--- a/gen_cmdline.sh
+++ b/gen_cmdline.sh
@@ -84,7 +84,6 @@ longusage() {
echo " --dmraid Include DMRAID support"
echo " --multipath Include Multipath support"
echo " --iscsi Include iSCSI support"
- echo " --slowusb Enables extra pauses for slow USB CD boots"
echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " --linuxrc=<file> Specifies a user created linuxrc"
echo " --busybox-config=<file> Specifies a user created busybox config"
@@ -269,10 +268,6 @@ parse_cmdline() {
CMD_REAL_ROOT=`parse_opt "$*"`
print_info 2 "CMD_REAL_ROOT: ${CMD_REAL_ROOT}"
;;
- --slowusb)
- CMD_SLOWUSB=1
- print_info 2 "CMD_SLOWUSB: ${CMD_SLOWUSB}"
- ;;
--dmraid)
if [ ! -e /usr/include/libdevmapper.h ]
then