2004-08-13 09:53:52 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# prepare
|
|
|
|
kldload geom_uzip
|
2005-09-29 22:41:20 +00:00
|
|
|
uudecode test-1.img.uzip.uue
|
|
|
|
num=`mdconfig -an -f test-1.img.uzip` || exit 1
|
2004-08-13 09:53:52 +00:00
|
|
|
sleep 1
|
|
|
|
|
|
|
|
#
|
|
|
|
# destroy
|
|
|
|
kldunload geom_uzip
|