summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2011-05-18 20:29:07 +0000
committerjpaetzel <jpaetzel@FreeBSD.org>2011-05-18 20:29:07 +0000
commit305a27a26c0cc376b8e2089f7a273cceed83cb89 (patch)
tree50eda9452342403b0188463fcf4af184f41391be /usr.sbin/pc-sysinstall
parentedee7676bc15732139395a157e854f66547bb38a (diff)
downloadFreeBSD-src-305a27a26c0cc376b8e2089f7a273cceed83cb89.zip
FreeBSD-src-305a27a26c0cc376b8e2089f7a273cceed83cb89.tar.gz
Extracting optional components requires mounting devfs
Submitted by: Kris Moore <kris@pcbsd.org> Approved by: kib (mentor) Sponsored by: iXsystems
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-installcomponents.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh b/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
index c46c9c5..05e4d49 100755
--- a/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
+++ b/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
@@ -120,9 +120,11 @@ COMPTMPDIR=\"${COMPTMPDIR}\"
export COMPTMPDIR
CFILE=\"${CFILE}\"
export CFILE
+mount -t devfs devfs /dev
sh ${COMPTMPDIR}/install.sh
+umount /dev
" >${FSMNT}/.componentwrapper.sh
chmod 755 ${FSMNT}/.componentwrapper.sh
OpenPOWER on IntegriCloud