Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 7, 2018
1 parent 0f5d597 commit 847ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/tools/nixos-install.sh
Expand Up @@ -114,7 +114,7 @@ if [[ -z $noChannelCopy ]]; then
fi

# Mark the target as a NixOS installation, otherwise switch-to-configuration will chicken out.
mkdir -m 0755 "$mountPoint/etc"
mkdir -m 0755 -p "$mountPoint/etc"
touch "$mountPoint/etc/NIXOS"

# Switch to the new system configuration. This will install Grub with
Expand Down

0 comments on commit 847ea13

Please sign in to comment.