mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Move creation of /root to the activation script
...so it appears in a new installation before rebooting the system.
This commit is contained in:
parent
f9e64dbe76
commit
cc0caac098
2 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,6 @@ ln -s /proc/mounts /etc/mtab
|
|||
mkdir -m 01777 -p /tmp
|
||||
mkdir -m 0755 -p /var/{log,lib,db} /nix/var /etc/nixos/ \
|
||||
/run/lock /home /bin # for the /bin/sh symlink
|
||||
install -m 0700 -d /root
|
||||
|
||||
|
||||
# Miscellaneous boot time cleanup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue