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 7367342 commit 9afe1f9Copy full SHA for 9afe1f9
src/nixos-anywhere.sh
@@ -745,7 +745,7 @@ if [ ! -z ${NIXOS_NO_CHECK+0} ]; then
745
export NIXOS_NO_CHECK
746
fi
747
nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
748
-if [[ ${phases[reboot]} == 1 ]]; then
+if [ ${phases[reboot]} == 1 ]; then
749
if command -v zpool >/dev/null && [ "\$(zpool list)" != "no pools available" ]; then
750
# we always want to export the zfs pools so people can boot from it without force import
751
umount -Rv /mnt/
0 commit comments