fix
This commit is contained in:
parent
ea2b0efeff
commit
786cfa988f
|
@ -66,13 +66,13 @@ disko \
|
|||
--root-mountpoint $ROOT_MNT
|
||||
|
||||
# copy extra files into mountpoint
|
||||
cp -r "$temp" "$ROOT_MNT/"
|
||||
cp -ar "$temp/." "$ROOT_MNT/"
|
||||
|
||||
# run nixos-install
|
||||
nixos-install \
|
||||
--no-channel-copy \
|
||||
--no-root-password \
|
||||
--root "$ROOTMNT" \
|
||||
--root "$ROOT_MNT" \
|
||||
--flake .#$NAME
|
||||
|
||||
echo -e "Finished install.\n" \
|
||||
|
|
Loading…
Reference in New Issue