Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2000 19:33:32 +0200 (CEST)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        Omachonu Ogali <oogali@intranova.net>
Cc:        freebsd-small@FreeBSD.ORG
Subject:   Re: PicoBSD Stuff
Message-ID:  <200003301733.TAA39489@info.iet.unipi.it>
In-Reply-To: <Pine.BSF.4.10.10003301200220.4105-100000@hydrant.intranova.net> from Omachonu Ogali at "Mar 30, 2000 12:02:08 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> It's been a while (2 weeks) since I touched PicoBSD, here's a patch I
> whipped up so the 'build' script doesn't clobber the first vinum device
> and '/mnt'. I'm finally cvsup'ing today so I may spit out a few more
> e-mails later.
...

>  	echo "Error while labeling ${MFS_NAME} size ${MFS_SIZE}"
> +	umount ${MFS_MOUNTPOINT} 2> /dev/null || true
> +	rm -rf ${MFS_MOUNTPOINT} 2> /dev/null || true

maybe you can condense all these cleanup actions at the end of the
case statement ?

	cheers
	luigi



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-small" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003301733.TAA39489>