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