export zfs pool after installation

This commit is contained in:
lassulus 2023-07-15 16:01:38 +02:00
parent e516d378d6
commit aaef92aef9

View File

@ -423,6 +423,7 @@ export PATH=\$PATH:/run/current-system/sw/bin
mkdir -p /mnt/tmp
chmod 777 /mnt/tmp
nixos-install --no-root-passwd --no-channel-copy --system "$nixos_system"
zpool export -a || : # we always want to export the zfs pools so people can boot from it without force import
# We will reboot in background so we can cleanly finish the script before the hosts go down.
# This makes integration into scripts easier
nohup bash -c '${maybe_reboot}' >/dev/null &