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

anything.

svn path=/nixos/trunk/; revision=30199
wip/yesman
Eelco Dolstra 13 years ago
parent 9489c5a02b
commit fe566d84ae
  1. 4
      modules/services/hardware/udev.nix
  2. 3
      modules/system/boot/stage-2-init.sh

@ -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.
'';
};

@ -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

Loading…
Cancel
Save