fix perms
This commit is contained in:
parent
786cfa988f
commit
76bd847043
|
@ -68,6 +68,9 @@ disko \
|
|||
# copy extra files into mountpoint
|
||||
cp -ar "$temp/." "$ROOT_MNT/"
|
||||
|
||||
# fix permissions of mountpoint
|
||||
chmod 755 "$ROOT_MNT"
|
||||
|
||||
# run nixos-install
|
||||
nixos-install \
|
||||
--no-channel-copy \
|
||||
|
|
Loading…
Reference in New Issue