forked from josch/mmdebstrap
make_mirror.sh: add procps for /sbin/sysctl
This commit is contained in:
parent
2618a587a0
commit
b57b8de3a0
1 changed files with 2 additions and 4 deletions
|
@ -163,12 +163,10 @@ if [ "$HAVE_QEMU" = "yes" ]; then
|
|||
# We do not use our own package cache here because
|
||||
# - it doesn't (and shouldn't) contain the extra packages
|
||||
# - it doesn't matter if the base system is from a different mirror timestamp
|
||||
# Write tarfile via redirection because in the Debian package autopkgtest
|
||||
# ./mmdebstrap is a suid binary and we do not want the tarfile being owned
|
||||
# by root.
|
||||
# procps is needed for /sbin/sysctl
|
||||
tmpdir="$(mktemp -d)"
|
||||
./mmdebstrap --variant=apt --architectures=amd64,armhf --mode=unshare \
|
||||
--include=linux-image-amd64,systemd-sysv,perl,arch-test,fakechroot,fakeroot,mount,uidmap,proot,qemu-user-static,binfmt-support,qemu-user,dpkg-dev,mini-httpd,libdevel-cover-perl,debootstrap,libfakechroot:armhf,libfakeroot:armhf \
|
||||
--include=linux-image-amd64,systemd-sysv,perl,arch-test,fakechroot,fakeroot,mount,uidmap,proot,qemu-user-static,binfmt-support,qemu-user,dpkg-dev,mini-httpd,libdevel-cover-perl,debootstrap,libfakechroot:armhf,libfakeroot:armhf,procps \
|
||||
unstable > "$tmpdir/debian-unstable.tar"
|
||||
|
||||
cat << END > "$tmpdir/extlinux.conf"
|
||||
|
|
Loading…
Reference in a new issue