On Fri, Jan 19, 2007 at 01:17:08PM -0600, Ben wrote:
> I also looked in "/usr/" on the ISO and that directory is empty which
> doesn't seem right. All of the scripts that I'm running are from CVS and
> the only modified file is "conf/packages" so I'm not sure why "/usr/"
> isn't getting properly added.

This is expected: usr resides on a compressed filesystem disk which
resides under /uzip/ . To mount it, kldload geom_uzip (or g_uzip, it
depends on your FreeBSD release), then mdconfig -a -t vnode -f
usr.uzip and mount -t ufs /dev/mdX.uzip /mountpoint .
As for the packages, I don't know. It never happened to me, as long as
I can remember.
Best Regards
-- 
Matteo Riondato
FreeBSD Committer (http://www.freebsd.org)
G.U.F.I. Staff Member (http://www.gufi.org)
FreeSBIE Developer (http://www.freesbie.org)
-- 
FreeSBIE mailing list (http://www.freesbie.org)

Reply via email to