This commit is contained in:
Valeria Fadeeva 2025-01-12 22:19:03 +05:00
parent cc448eba16
commit c98d15f6aa
2 changed files with 2 additions and 3 deletions

View File

@ -81,5 +81,5 @@ basePackages:
# location in the installed system
postInstallFiles:
- "/airootfs.tar.zst"
- "/root/airootfs.tar.zst"

View File

@ -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 '/'"