We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354fc50 commit a30e525Copy full SHA for a30e525
src/nixos-anywhere.sh
@@ -478,7 +478,7 @@ nixos-install --no-root-passwd --no-channel-copy --system "$nixos_system"
478
if command -v zpool >/dev/null; then
479
# we always want to export the zfs pools so people can boot from it without force import
480
umount -Rv /mnt/
481
- zpool export -a || :
+ zpool export -a || true
482
fi
483
# We will reboot in background so we can cleanly finish the script before the hosts go down.
484
# This makes integration into scripts easier
0 commit comments