forked from josch/mmdebstrap
make_mirror.sh: add missing mmdebstrap dependency: perl-doc
This commit is contained in:
parent
1fe5da3d56
commit
10b3fd869a
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ if [ "$HAVE_QEMU" = "yes" ]; then
|
|||
# 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,procps \
|
||||
--include=perl-doc,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 - "$mirror" > "$tmpdir/debian-unstable.tar"
|
||||
|
||||
cat << END > "$tmpdir/extlinux.conf"
|
||||
|
|
Loading…
Reference in a new issue