Re: Fwd: mkuzip and/or geom_uzip changes?



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
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"