Skip to content

Commit 474024c

Browse files
committed
fix: missing stat file
1 parent aeb1f2e commit 474024c

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
@@ -60,6 +60,7 @@ build_bootstrap () {
6060
curl -o rootfs.tar.xz -L "http://dl-cdn.alpinelinux.org/alpine/v3.14/releases/$1/alpine-minirootfs-3.14.0-$1.tar.gz "
6161
cp ../../run-bootstrap.sh .
6262
cp ../../install-bootstrap.sh .
63+
cp ../../fake_proc_stat .
6364
cp ../../add-user.sh .
6465
cp ../build-ioctl/ioctlHook-${MUSL_ARCH}.so ioctlHook.so
6566
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

Comments
 (0)