setup-helper: added forced creation of /etc/mtab symlink

This commit is contained in:
Matt Housh 2012-09-21 11:03:13 -05:00
parent 431af4a33e
commit 0d8e490551

View File

@ -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