From f567700bedda42e566847e5f752a8e5a38b0053f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 8 Jun 2001 22:07:18 +0000 Subject: 2001-06-08 Roland McGrath * rc.sh: Start /hurd/mach-defpager before swapon. --- daemons/rc.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'daemons/rc.sh') diff --git a/daemons/rc.sh b/daemons/rc.sh index e0a92d81..57780945 100644 --- a/daemons/rc.sh +++ b/daemons/rc.sh @@ -1,10 +1,17 @@ #!/bin/bash + PATH=/bin:/sbin +# Start the default pager. It will bail if there is already one running. +/hurd/mach-defpager + +# Set up swap space. This will complain if no default pager is functioning. swapon -a +# Check filesystems. if [ -r /fastboot ] then + # ... or don't. rm -f /fastboot echo Fast boot ... skipping disk checks elif [ $1x = autobootx ] -- cgit v1.2.3