Skip to content

Commit ca91e1e

Browse files
fix: inclusion of add user script
1 parent 005057e commit ca91e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/generate-bootstraps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ build_bootstrap () {
5252
curl -o rootfs.tar.xz -L "https://us.images.linuxcontainers.org/images/alpine/3.13/$1/default/20210330_13:00/rootfs.tar.xz"
5353
cp ../../run-bootstrap.sh .
5454
cp ../../install-bootstrap.sh .
55+
cp ../../add-user.sh .
5556
zip -r bootstrap-$PROOT_ARCH.zip root root-pre5 rootfs.tar.xz run-bootstrap.sh install-bootstrap.sh add-user.sh
5657
mv bootstrap-$PROOT_ARCH.zip ../
5758
echo "Packed bootstrap $1"

0 commit comments

Comments
 (0)