diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-09 17:16:11 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-09 17:16:11 +0000 |
| commit | 9b3ef75cd227db3d66d2189dc6e405dfa4aa0de1 (patch) | |
| tree | 44bf5f87c4fc0da1be777ac7f23b11558d1ed895 /meta/packages/initscripts/initscripts-1.0/checkroot.sh | |
| parent | 909ea433f1e5b686e20636fcdb553f6890b47f02 (diff) | |
| download | poky-9b3ef75cd227db3d66d2189dc6e405dfa4aa0de1.tar.gz | |
initscripts: Remove mtab madness from checkroot.sh since it doesn't work with busybox mount and a symlink to proc is much easier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4458 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/initscripts/initscripts-1.0/checkroot.sh')
| -rwxr-xr-x | meta/packages/initscripts/initscripts-1.0/checkroot.sh | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/meta/packages/initscripts/initscripts-1.0/checkroot.sh b/meta/packages/initscripts/initscripts-1.0/checkroot.sh index 8255038c32..c96c7b88cb 100755 --- a/meta/packages/initscripts/initscripts-1.0/checkroot.sh +++ b/meta/packages/initscripts/initscripts-1.0/checkroot.sh | |||
| @@ -152,14 +152,7 @@ fi | |||
| 152 | mount -n -o remount,$rootmode / | 152 | mount -n -o remount,$rootmode / |
| 153 | if test "$rootmode" = rw | 153 | if test "$rootmode" = rw |
| 154 | then | 154 | then |
| 155 | if test ! -L /etc/mtab | 155 | ln -sf /proc/mounts /dev/mtab |
| 156 | then | ||
| 157 | rm -f /etc/mtab~ /etc/nologin | ||
| 158 | : > /etc/mtab | ||
| 159 | fi | ||
| 160 | mount -f -o remount / | ||
| 161 | mount -f /proc | ||
| 162 | test "$devfs" && grep -q '^devfs /dev' /proc/mounts && mount -f "$devfs" | ||
| 163 | fi | 156 | fi |
| 164 | 157 | ||
| 165 | : exit 0 | 158 | : exit 0 |
