diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-07-22 17:25:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-07-22 17:25:28 -0500 |
commit | 2312742d79739474fcf075849d934f1a405e1fe0 (patch) | |
tree | ac6b45366f4d66c7897fc29b1fdaa0dcbe8e15cf /init | |
parent | e9faf9d37d54e2dd393d6689758d7d0b5f9b1b44 (diff) | |
download | image-clang32-2312742d79739474fcf075849d934f1a405e1fe0.tar.gz image-clang32-2312742d79739474fcf075849d934f1a405e1fe0.tar.bz2 image-clang32-2312742d79739474fcf075849d934f1a405e1fe0.zip |
Use internal distrobuilder image
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,6 +1,3 @@ | |||
1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
2 | apt update | 2 | apt update |
3 | apt install -yqq distrobuilder | ||
4 | distrobuilder build-incus image-clang32/image-clang32.yaml | 3 | distrobuilder build-incus image-clang32/image-clang32.yaml |
5 | |||
6 | echo "Hello, world!" > hello.txt | ||