Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 20:27:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-sysinstall@FreeBSD.org
Subject:   [Bug 204506] bsdinstall(8) umount target should be able to unmount zfs filesystems
Message-ID:  <bug-204506-2920-ZESlqaXXux@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204506-2920@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204506-2920@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204506

--- Comment #4 from Allan Jude <allanjude@FreeBSD.org> ---
I think you want to use:


zfs unmount $BSDINSTALL_CHROOT

To only unmount anything mounted under /mnt

Also, you should first check if any ZFS was actually used, as running a zfs
command for the first time loads the ZFS kernel module, and you don't want to
do that if the user just did a ufs only install

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204506-2920-ZESlqaXXux>