Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2011 20:29:07 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222078 - head/usr.sbin/pc-sysinstall/backend
Message-ID:  <201105182029.p4IKT7OG007254@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Wed May 18 20:29:07 2011
New Revision: 222078
URL: http://svn.freebsd.org/changeset/base/222078

Log:
  Extracting optional components requires mounting devfs
  
  Submitted by:	Kris Moore <kris@pcbsd.org>
  Approved by:	kib (mentor)
  Sponsored by:	iXsystems

Modified:
  head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh

Modified: head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh	Wed May 18 19:49:39 2011	(r222077)
+++ head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh	Wed May 18 20:29:07 2011	(r222078)
@@ -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
    



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105182029.p4IKT7OG007254>