Update
This commit is contained in:
parent
cc448eba16
commit
c98d15f6aa
|
@ -81,5 +81,5 @@ basePackages:
|
||||||
# location in the installed system
|
# location in the installed system
|
||||||
|
|
||||||
postInstallFiles:
|
postInstallFiles:
|
||||||
- "/airootfs.tar.zst"
|
- "/root/airootfs.tar.zst"
|
||||||
|
|
||||||
|
|
|
@ -12,5 +12,4 @@ dontChroot: false
|
||||||
timeout: 180
|
timeout: 180
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "-tar --zst -vxf '/airootfs.tar.zst' -C '/'"
|
- "-tar --zst -vxf '/root/airootfs.tar.zst' -C '/'"
|
||||||
- "-mv -vf /airootfs.tar.zst /root/"
|
|
||||||
|
|
Loading…
Reference in New Issue