Files
poky/openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch
Richard Purdie 4b46c1f6e8 Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
2005-08-31 10:45:47 +00:00

16 lines
455 B
Diff

#
# Ensure that the root file system is remounted with the correct
# options from fstab
#
--- old/checkroot.sh 2005-05-28 19:30:55.488975598 -0700
+++ new/checkroot.sh 2005-05-28 19:31:32.334390450 -0700
@@ -149,7 +149,7 @@
# is on a ro fs until the remount succeeded. Then clean up old mtabs
# and finally write the new mtab.
#
-mount -n -o remount,$rootmode /
+mount -n -o remount,$rootopts /
if test "$rootmode" = rw
then
if test ! -L /etc/mtab