summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2011-01-08 22:42:56 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2011-01-08 22:42:56 +0000
commit26e5735cfb7105da5b9a155235e1fa3fde0ba7a7 (patch)
tree878a6be236871b69a385103417f061abbc38f360 /usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
parent6fbd535b5a16e2601294be6e8c66395aeb60e468 (diff)
downloadFreeBSD-src-26e5735cfb7105da5b9a155235e1fa3fde0ba7a7.zip
FreeBSD-src-26e5735cfb7105da5b9a155235e1fa3fde0ba7a7.tar.gz
Push some PC-BSD specific fixes upstream.
PR: bin/152894 Submitted by: Kris Moore <kmoore@FreeBSD.org> Approved by: imp
Diffstat (limited to 'usr.sbin/pc-sysinstall/backend/functions-cleanup.sh')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-cleanup.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh b/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
index bf2e467..0b342e1 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
@@ -233,7 +233,6 @@ setup_fstab()
then
echo "procfs /proc procfs rw 0 0" >> ${FSTAB}
echo "linprocfs /compat/linux/proc linprocfs rw 0 0" >> ${FSTAB}
- echo "tmpfs /tmp tmpfs rw,mode=1777 0 0" >> ${FSTAB}
fi
# If we have a dedicated /boot, run the post-install setup of it now
OpenPOWER on IntegriCloud