Flip order for unzip
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 16 Feb 2021 12:22:48 +0000 (13:22 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 16 Feb 2021 12:22:48 +0000 (13:22 +0100)
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I36adb92e8f03ba5526305adac54101d82d9c39ce

packer/templates/basebuild-control-slave.json

index d1a3cef..d28fc7e 100644 (file)
@@ -49,8 +49,8 @@
     {
       "type": "shell",
       "scripts": [
-        "provision/baseline.sh",
         "provision/basebuild-no-tmpfs.sh",
+        "provision/baseline.sh",
         "provision/system_reseal.sh"
       ],
       "execute_command": "chmod +x {{ .Path }}; if [ \"$UID\" == \"0\" ]; then {{ .Vars }} '{{ .Path }}'; else {{ .Vars }} sudo -E '{{ .Path }}'; fi"