PROCmount mit remount option versehen - vermeidet fehler im checkvar script

git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_upstart@6259 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2011-11-17 06:55:37 +00:00
parent 0296ce39e6
commit 4edf17317a

View File

@ -14,7 +14,7 @@ script
rm /etc/mtab rm /etc/mtab
touch /etc/mtab touch /etc/mtab
mount -o remount,ro / mount -o remount,ro /
mount -t proc none /proc mount -o remount,rw -t proc none /proc &&
status_message "/proc mounted" status_message "/proc mounted"
if mount|grep /dev/root|grep nfs &>/dev/null; then if mount|grep /dev/root|grep nfs &>/dev/null; then
/sbin/initctl emit varmake /sbin/initctl emit varmake