X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fgrml-reboot;h=8cf0bb18f0dab5243d640cd6d7a677376b3bb2ef;hb=b70a2698d6b4b8999ff74495a21ce12b8829a15d;hp=0cf65d2939e0dbb852b55f3adb2bed4d38013317;hpb=e1bc404e09aadf323d40021b04f42bbe345d526d;p=grml-etc.git diff --git a/etc/init.d/grml-reboot b/etc/init.d/grml-reboot index 0cf65d2..8cf0bb1 100755 --- a/etc/init.d/grml-reboot +++ b/etc/init.d/grml-reboot @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper, (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Mon Mär 10 19:04:15 CET 2008 [mika] +# Latest change: Tue May 20 01:28:38 CEST 2008 [mika] ################################################################################ export PATH=/sbin:/bin:/usr/bin:/usr/sbin @@ -26,7 +26,7 @@ grep -qe ' toram' -qe ' usb' -qe 'serial' -qe 'fromhd' /proc/cmdline && INSTALLE # check for boot via NFS: NFSBOOT='' -if grep -q nfsdir /proc/cmdline ; then +if grep -qe nfsroot -qe nfsdir /proc/cmdline ; then NFSBOOT=1 fi