summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-22 17:25:28 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-22 17:25:28 -0500
commit2312742d79739474fcf075849d934f1a405e1fe0 (patch)
treeac6b45366f4d66c7897fc29b1fdaa0dcbe8e15cf /init
parente9faf9d37d54e2dd393d6689758d7d0b5f9b1b44 (diff)
downloadimage-clang32-2312742d79739474fcf075849d934f1a405e1fe0.tar.gz
image-clang32-2312742d79739474fcf075849d934f1a405e1fe0.tar.bz2
image-clang32-2312742d79739474fcf075849d934f1a405e1fe0.zip
Use internal distrobuilder image
Diffstat (limited to 'init')
-rwxr-xr-xinit3
1 files changed, 0 insertions, 3 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