We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c700f35 + be2d9d7 commit 711c816Copy full SHA for 711c816
src/nixos-anywhere.sh
@@ -691,7 +691,7 @@ if [ ${copyHostKeys-n} = "y" ]; then
691
cp -a "\$p" "/mnt/\$p"
692
done
693
fi
694
-nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
+NIXOS_NO_CHECK=1 nixos-install --no-root-passwd --no-channel-copy --system "$nixosSystem"
695
if [[ ${phases[reboot]} == 1 ]]; then
696
if command -v zpool >/dev/null && [ "\$(zpool list)" != "no pools available" ]; then
697
# we always want to export the zfs pools so people can boot from it without force import
0 commit comments