3
0
Fork 0
forked from mirrors/nixpkgs

* Remove references to the "safemode" boot option, which doesn't do

anything.

svn path=/nixos/trunk/; revision=30199
This commit is contained in:
Eelco Dolstra 2011-11-03 00:46:29 +00:00
parent 9489c5a02b
commit fe566d84ae
2 changed files with 1 additions and 6 deletions

View file

@ -138,9 +138,7 @@ in
Whether to try to load kernel modules for all detected hardware.
Usually this does a good job of providing you with the modules
you need, but sometimes it can crash the system or cause other
nasty effects. If the hardware scan is turned on, it can be
disabled at boot time by adding the <literal>safemode</literal>
parameter to the kernel command line.
nasty effects.
'';
};

View file

@ -71,9 +71,6 @@ for o in $(cat /proc/cmdline); do
# !!! argh, can't pass a startup event to Upstart yet.
exec @shell@
;;
safemode)
safeMode=1
;;
resume=*)
set -- $(IFS==; echo $o)
resumeDevice=$2