Don't install Recommends of d-i packages.
This commit is contained in:
parent
c0d2b4ef05
commit
38a545b3d1
|
@ -391,7 +391,7 @@ then
|
|||
|
||||
DI_PACKAGES="${DI_PACKAGES} cryptsetup lvm2"
|
||||
|
||||
Chroot "apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install ${DI_PACKAGES}"
|
||||
Chroot "apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb -o APT::Install-Recommends=false --download-only install ${DI_PACKAGES}"
|
||||
mv chroot/binary.deb ./
|
||||
mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
|
||||
|
||||
|
|
Loading…
Reference in New Issue