diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:32:58 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-03-23 23:32:58 +0000 |
| commit | 7f60e4b4e7d9b45bfe4b76802a2e82bb4edbba9f (patch) | |
| tree | b1ca54365729e3a4ac05c93616beb1207e497873 /openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch | |
| parent | 5d530ad71d08c3ebf127c6844969359c3a06a6ed (diff) | |
| download | poky-7f60e4b4e7d9b45bfe4b76802a2e82bb4edbba9f.tar.gz | |
Sync initscripts with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@331 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch')
| -rw-r--r-- | openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch b/openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch deleted file mode 100644 index 3f2a925879..0000000000 --- a/openembedded/packages/initscripts/initscripts-1.0/openslug/rootopts.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 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 | ||
