From aa795ab4bcbe9c046c17652708522be0aa972531 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sun, 29 Apr 2012 10:56:44 -0500 Subject: [PATCH] Promote all filesystems under the new BE, not just the root --- beadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beadm b/beadm index 278fabf..8837bb2 100755 --- a/beadm +++ b/beadm @@ -164,7 +164,7 @@ case ${1} in zfs list -H -o name -t filesystem -r ${POOL}/ROOT/${2} \ | while read I do - zfs promote ${POOL}/ROOT/${2} 2> /dev/null + zfs promote ${I} 2> /dev/null done echo "Activated successfully" ;;