summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-07-20 14:45:16 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-07-20 14:45:16 -0500
commit9ca88b0043618caadb7475387c5326da0449b58d (patch)
tree8400e0b48f66ae675fc7164de131abe5b4e75c82 /init
parenta694fc3ed72c1d66f9fd07f4ece4a707b011216c (diff)
downloadimage-clang32-9ca88b0043618caadb7475387c5326da0449b58d.tar.gz
image-clang32-9ca88b0043618caadb7475387c5326da0449b58d.tar.bz2
image-clang32-9ca88b0043618caadb7475387c5326da0449b58d.zip
Add distrobuilder yaml
Diffstat (limited to 'init')
-rwxr-xr-xinit6
1 files changed, 5 insertions, 1 deletions
diff --git a/init b/init
index b669c39..242fe06 100755
--- a/init
+++ b/init
@@ -1,2 +1,6 @@
1#!/bin/sh 1#!/bin/bash -ex
2apt update
3apt install -yqq distrobuilder
4distrobuilder build-incus image-clang32.yaml
5
2echo "Hello, world!" > hello.txt 6echo "Hello, world!" > hello.txt