Page MenuHomeFreeBSD

D3063.id6884.diff
No OneTemporary

D3063.id6884.diff

Index: usr.sbin/bsdinstall/scripts/zfsboot
===================================================================
--- usr.sbin/bsdinstall/scripts/zfsboot
+++ usr.sbin/bsdinstall/scripts/zfsboot
@@ -1236,6 +1236,15 @@
return $FAILURE
done
+ #
+ # Set a mountpoint for the root of the pool so newly created datasets
+ # have a mountpoint to inherit
+ #
+ f_dprintf "$funcname: Setting mountpoint for root of the pool..."
+ f_eval_catch $funcname zfs "$ZFS_SET" \
+ "mountpoint=/$zroot_name" "$zroot_name" ||
+ return $FAILURE
+
# Touch up permissions on the tmp directories
f_dprintf "$funcname: Modifying directory permissions..."
local dir

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 27, 1:51 PM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37390713
Default Alt Text
D3063.id6884.diff (665 B)

Event Timeline