diff options
author | Matt Housh <jaeger@morpheus.net> | 2012-09-21 11:03:13 -0500 |
---|---|---|
committer | Matt Housh <jaeger@morpheus.net> | 2012-09-21 11:03:13 -0500 |
commit | 0d8e49055189468a6919758f91fd6d4297015483 (patch) | |
tree | 6558125435fafe101fc431e7e529c93d447662b5 /iso | |
parent | 431af4a33e8c608d38ddc4bd65656f5cd51caa33 (diff) | |
download | iso-0d8e49055189468a6919758f91fd6d4297015483.tar.gz iso-0d8e49055189468a6919758f91fd6d4297015483.tar.xz |
setup-helper: added forced creation of /etc/mtab symlink
Diffstat (limited to 'iso')
-rwxr-xr-x | iso/bin/setup-helper | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iso/bin/setup-helper b/iso/bin/setup-helper index c3b0189..44a1cea 100755 --- a/iso/bin/setup-helper +++ b/iso/bin/setup-helper @@ -125,3 +125,5 @@ if [ `is_installed firefox` ]; then inject_packages nspr nss sqlite3 fi +# force replacement of /etc/mtab with symlink +ln -sf /proc/self/mounts $ROOT/etc/mtab |