Be a little verbose and list the loader files we're putting on the

drive when making zfs roots as a sanity check for what's on there.
This commit is contained in:
imp 2017-12-15 23:16:37 +00:00
parent e52744206e
commit 7b193c041d

View File

@ -94,6 +94,7 @@ opensolaris_load=YES
EOF
cp /boot/kernel/zfs.ko ${mntpt}/boot/kernel/zfs.ko
cp /boot/kernel/opensolaris.ko ${mntpt}/boot/kernel/opensolaris.ko
ls -las ${mntpt}/boot
# end tweaks
zfs umount -f ${pool}/ROOT
zfs set mountpoint=none ${pool}/ROOT