If one boots up multiple copies of a template VM image containing a
zpool, the pool GUIDs will be identical, making it impossible to, e.g.,
share datasets between them.
This diff introduces a simple workaround for the problem: one can use
the script to, upon first boot, assign a new GUID to one or more zpools.
I have some WIP to create ZFS-based VM images from release(7). This
script would be enabled in such images to ensure that each VM instance
gets its own pool GUID.