mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos-install.sh: Create /var (#18266)
Got lost ina6670c1a0b
(cherry picked from commit1542bddcc8
)
This commit is contained in:
parent
a86f2170e4
commit
fcf8b481bf
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ fi
|
|||
mkdir -m 0755 -p $mountPoint/dev $mountPoint/proc $mountPoint/sys $mountPoint/etc $mountPoint/run $mountPoint/home
|
||||
mkdir -m 01777 -p $mountPoint/tmp
|
||||
mkdir -m 0755 -p $mountPoint/tmp/root
|
||||
mkdir -m 0755 -p $mountPoint/var
|
||||
mkdir -m 0700 -p $mountPoint/root
|
||||
mount --rbind /dev $mountPoint/dev
|
||||
mount --rbind /proc $mountPoint/proc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue