Skip to content

Commit

Permalink
mention known failed-stitch case
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Mar 25, 2021
1 parent 73f7489 commit 97269f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/create-darwin-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,13 @@ EOF
fi
create_synthetic_objects
if ! test_nix; then
failure "error: failed to bootstrap $NIX_ROOT" >&2
failure >&2 <<EOF
error: failed to bootstrap $NIX_ROOT
If you enabled FileVault after booting, this is likely a known issue
with macOS that you'll have to reboot to fix. If you didn't enable FV,
though, please open an issue describing how the system that you see
this error on was set up.
EOF
fi
fi
}
Expand Down

0 comments on commit 97269f6

Please sign in to comment.