summaryrefslogtreecommitdiff
path: root/iso
diff options
context:
space:
mode:
authorMatt Housh <jaeger@morpheus.net>2012-09-21 11:03:13 -0500
committerMatt Housh <jaeger@morpheus.net>2012-09-21 11:03:13 -0500
commit0d8e49055189468a6919758f91fd6d4297015483 (patch)
tree6558125435fafe101fc431e7e529c93d447662b5 /iso
parent431af4a33e8c608d38ddc4bd65656f5cd51caa33 (diff)
downloadiso-0d8e49055189468a6919758f91fd6d4297015483.tar.gz
iso-0d8e49055189468a6919758f91fd6d4297015483.tar.xz
setup-helper: added forced creation of /etc/mtab symlink
Diffstat (limited to 'iso')
-rwxr-xr-xiso/bin/setup-helper2
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

Generated by cgit