]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/initscripts/initscripts-1.0/openslug/rootopts.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / initscripts / initscripts-1.0 / openslug / rootopts.patch
1 #
2 # Ensure that the root file system is remounted with the correct
3 # options from fstab
4 #
5 --- old/checkroot.sh    2005-05-28 19:30:55.488975598 -0700
6 +++ new/checkroot.sh    2005-05-28 19:31:32.334390450 -0700
7 @@ -149,7 +149,7 @@
8  #      is on a ro fs until the remount succeeded. Then clean up old mtabs
9  #      and finally write the new mtab.
10  #
11 -mount -n -o remount,$rootmode /
12 +mount -n -o remount,$rootopts /
13  if test "$rootmode" = rw
14  then
15         if test ! -L /etc/mtab