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 aeb1f2e commit 474024cCopy full SHA for 474024c
scripts/generate-bootstraps.sh
@@ -60,6 +60,7 @@ build_bootstrap () {
60
curl -o rootfs.tar.xz -L "http://dl-cdn.alpinelinux.org/alpine/v3.14/releases/$1/alpine-minirootfs-3.14.0-$1.tar.gz "
61
cp ../../run-bootstrap.sh .
62
cp ../../install-bootstrap.sh .
63
+ cp ../../fake_proc_stat .
64
cp ../../add-user.sh .
65
cp ../build-ioctl/ioctlHook-${MUSL_ARCH}.so ioctlHook.so
66
zip -r bootstrap-$PROOT_ARCH.zip root ioctlHook.so root-pre5 fake_proc_stat rootfs.tar.xz run-bootstrap.sh install-bootstrap.sh add-user.sh
0 commit comments