Extracting optional components requires mounting devfs
Submitted by: Kris Moore <kris@pcbsd.org> Approved by: kib (mentor) Sponsored by: iXsystems
This commit is contained in:
parent
b7e08865e8
commit
278ea85a03
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user