--- boot Thu Nov 29 18:45:59 2001 +++ boot Thu Nov 29 18:50:06 2001 @@ -275,6 +275,19 @@ rm -f /etc/mtab* /etc/nologin /nologin /fastboot # +# If the file /nvramboot exists, we have to remove this file +# and to shutdown the computer +# +if test -f /nvramboot ; then + rm -f /nvramboot + sync + sync + shutdown -h now + # now sleep `forever' (let shutdown -h do its work) + sleep 5h +fi + +# # initialize database for kerneld. This should be done earlier, but # could cause a lot of trouble with damaged file systems. # restart of kerneld will be done by /etc/init.d/kerneld