Fwd: mkuzip and/or geom_uzip changes?
John Baldwin
jhb at freebsd.org
Thu Apr 1 13:37:55 UTC 2010
On Thursday 01 April 2010 8:38:38 am John Baldwin wrote:
> > 2) even with geom_uzip module and it's dependency zlib loaded, i don't
> > get a mdconfig node '/dev/md?.uzip' to appear.
> >
> > It's been forever since I touched uzip, so I have to ask.
>
> Do you have a md0 device at all? I think you want to hack the script to do
> something like this:
>
> disk=`mdconfig -af /path/to/usr.img`
> mount -r /dev/$disk.uzip /usr
To clarify, I would hack this into an /etc rc script, not in the script
embedded into the uzip image.
--
John Baldwin
More information about the freebsd-hackers
mailing list