diff options
author | lalt <none@none> | 2007-04-05 15:35:55 -0700 |
---|---|---|
committer | lalt <none@none> | 2007-04-05 15:35:55 -0700 |
commit | c400cdf5093b469ce4a4c1301a9f2a1908b6dbfa (patch) | |
tree | 294f869a62bde678e29122d61017221c50c85529 /usr/src | |
parent | 32ac7cb191a44c99ad73713db444fab8c0758397 (diff) | |
download | illumos-joyent-c400cdf5093b469ce4a4c1301a9f2a1908b6dbfa.tar.gz |
6542677 bfu from old-zfs-boot to new-zfs-boot brickifies system
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/scripts/bfu.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/src/tools/scripts/bfu.sh b/usr/src/tools/scripts/bfu.sh index 4cf40745c1..241b29b486 100644 --- a/usr/src/tools/scripts/bfu.sh +++ b/usr/src/tools/scripts/bfu.sh @@ -2120,6 +2120,13 @@ else done fi +if grep '^[ ]*zfsroot:' $root/etc/system >/dev/null ; then + echo "Cannot BFU a system with the mountroot version"\ + "of zfs boot support." + echo "See http://www.opensolaris.org/os/community/on/flag-days/pages/2007032801" + fail "" +fi + nss_lib="$usr/lib/mps/libnss3.so" nss_lib64="$usr/lib/mps/64/libnss3.so" valid_rpath="\$ORIGIN:/usr/lib/mps/secv1:/usr/lib/mps" |