summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit3
-rw-r--r--meta.lua2
2 files changed, 1 insertions, 4 deletions
diff --git a/init b/init
index 9e42dcc..c0680d8 100755
--- a/init
+++ b/init
@@ -1,6 +1,3 @@
1#!/bin/bash -ex 1#!/bin/bash -ex
2apt update 2apt update
3apt install -yqq distrobuilder
4distrobuilder build-incus image-clang32/image-clang32.yaml 3distrobuilder build-incus image-clang32/image-clang32.yaml
5
6echo "Hello, world!" > hello.txt
diff --git a/meta.lua b/meta.lua
index e92537c..0a67f08 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,6 @@
1return { 1return {
2 { 2 {
3 image = "images:debian/trixie", 3 image = "image-distrobuilder",
4 name = "image-clang32", 4 name = "image-clang32",
5 requires = {}, 5 requires = {},
6 produces = {"incus.tar.xz","rootfs.squashfs"}, 6 produces = {"incus.tar.xz","rootfs.squashfs"},