We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005057e commit ca91e1eCopy full SHA for ca91e1e
scripts/generate-bootstraps.sh
@@ -52,6 +52,7 @@ build_bootstrap () {
52
curl -o rootfs.tar.xz -L "https://us.images.linuxcontainers.org/images/alpine/3.13/$1/default/20210330_13:00/rootfs.tar.xz"
53
cp ../../run-bootstrap.sh .
54
cp ../../install-bootstrap.sh .
55
+ cp ../../add-user.sh .
56
zip -r bootstrap-$PROOT_ARCH.zip root root-pre5 rootfs.tar.xz run-bootstrap.sh install-bootstrap.sh add-user.sh
57
mv bootstrap-$PROOT_ARCH.zip ../
58
echo "Packed bootstrap $1"
0 commit comments