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 00c3eae commit fa39e3dCopy full SHA for fa39e3d
nixos/modules/installer/tools/nixos-install.sh
@@ -245,6 +245,7 @@ if [[ -z $noBootLoader ]]; then
245
ln -sfn /proc/mounts "$mountPoint"/etc/mtab
246
export mountPoint
247
NIXOS_INSTALL_BOOTLOADER=1 nixos-enter --root "$mountPoint" -c "$(cat <<'EOF'
248
+ set -e
249
# Create a bind mount for each of the mount points inside the target file
250
# system. This preserves the validity of their absolute paths after changing
251
# the root with `nixos-enter`.
0 commit comments