1#!/bin/sh
2#
3# $FreeBSD$
4#
5
6#
7# prepare
8kldload geom_uzip
9uudecode test-1.img.uzip.uue
10num=`mdconfig -an -f test-1.img.uzip` || exit 1
11sleep 1
12
13#
14# destroy
15kldunload geom_uzip
16