* Remove references to the "safemode" boot option, which doesn't do
anything. svn path=/nixos/trunk/; revision=30199
This commit is contained in:
parent
9489c5a02b
commit
fe566d84ae
@ -138,9 +138,7 @@ in
|
|||||||
Whether to try to load kernel modules for all detected hardware.
|
Whether to try to load kernel modules for all detected hardware.
|
||||||
Usually this does a good job of providing you with the modules
|
Usually this does a good job of providing you with the modules
|
||||||
you need, but sometimes it can crash the system or cause other
|
you need, but sometimes it can crash the system or cause other
|
||||||
nasty effects. If the hardware scan is turned on, it can be
|
nasty effects.
|
||||||
disabled at boot time by adding the <literal>safemode</literal>
|
|
||||||
parameter to the kernel command line.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -71,9 +71,6 @@ for o in $(cat /proc/cmdline); do
|
|||||||
# !!! argh, can't pass a startup event to Upstart yet.
|
# !!! argh, can't pass a startup event to Upstart yet.
|
||||||
exec @shell@
|
exec @shell@
|
||||||
;;
|
;;
|
||||||
safemode)
|
|
||||||
safeMode=1
|
|
||||||
;;
|
|
||||||
resume=*)
|
resume=*)
|
||||||
set -- $(IFS==; echo $o)
|
set -- $(IFS==; echo $o)
|
||||||
resumeDevice=$2
|
resumeDevice=$2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user