aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.sysinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 27d6a40..e5970cb 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -110,8 +110,6 @@ if [ "$USELVM" = "yes" -o "$USELVM" = "YES" ]; then
fi
fi
-status "Activating Swap" /sbin/swapon -a
-
status "Mounting Root Read-only" /bin/mount -n -o remount,ro /
FORCEFSCK=
@@ -159,6 +157,8 @@ umount /proc && mount -t proc none /proc
/bin/mount -a -t nonfs,nosmbfs,nocifs,noncpfs,nosysfs,nousbfs
stat_done
+status "Activating Swap" /sbin/swapon -a
+
stat_busy "Configuring System Clock"
if [ "$HARDWARECLOCK" = "UTC" ]; then
/sbin/hwclock --utc --hctosys