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