Skip to content

Commit

Permalink
nixos-install: Fix running it after again the activation script
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 21, 2014
1 parent 93a7cf7 commit 1e2291f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/installer/tools/nixos-install.sh
Expand Up @@ -80,6 +80,7 @@ mount -t tmpfs -o "mode=0755" none $mountPoint/run
mount -t tmpfs -o "mode=0755" none $mountPoint/var/setuid-wrappers
rm -rf $mountPoint/var/run
ln -s /run $mountPoint/var/run
rm -f $mountPoint/etc/{resolv.conf,hosts}
cp -f /etc/resolv.conf /etc/hosts $mountPoint/etc/


Expand Down

0 comments on commit 1e2291f

Please sign in to comment.