diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-20 14:45:16 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-20 14:45:16 -0500 |
commit | 9ca88b0043618caadb7475387c5326da0449b58d (patch) | |
tree | 8400e0b48f66ae675fc7164de131abe5b4e75c82 /init | |
parent | a694fc3ed72c1d66f9fd07f4ece4a707b011216c (diff) | |
download | image-clang32-9ca88b0043618caadb7475387c5326da0449b58d.tar.gz image-clang32-9ca88b0043618caadb7475387c5326da0449b58d.tar.bz2 image-clang32-9ca88b0043618caadb7475387c5326da0449b58d.zip |
Add distrobuilder yaml
Diffstat (limited to 'init')
-rwxr-xr-x | init | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,2 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/bash -ex |
2 | apt update | ||
3 | apt install -yqq distrobuilder | ||
4 | distrobuilder build-incus image-clang32.yaml | ||
5 | |||
2 | echo "Hello, world!" > hello.txt | 6 | echo "Hello, world!" > hello.txt |