summaryrefslogtreecommitdiff
path: root/init
blob: 242fe0642b59fd350b7045c6b544e9e7c3a1e74b (plain)
1
2
3
4
5
6
#!/bin/bash -ex
apt update
apt install -yqq distrobuilder
distrobuilder build-incus image-clang32.yaml

echo "Hello, world!" > hello.txt