rs: Update recovery policies for sched and mfs.

Edited by David van Moolenbroek.

Change-Id: I7bbe543e2349dca3856a17abddc8366d1f19fe10
This commit is contained in:
Cristiano Giuffrida
2014-12-22 03:34:01 +01:00
committed by David van Moolenbroek
parent 3837bb5c0b
commit dc76d7e9da
2 changed files with 8 additions and 0 deletions

7
etc/rc
View File

@@ -158,6 +158,13 @@ autoboot|start)
edit memory
edit pfs
edit init
#
# Keep a copy around to recover the root FS from crashes
#
rootline=`cat /etc/mtab | grep "on / "`
rootfs=fs_`echo "$rootline" | cut -d' ' -f1 | cut -d'/' -f3`
roottype=`echo "$rootline" | cut -d' ' -f5`
service -c edit /service/$roottype -label $rootfs
fi
if [ "$sflag" ]