Also including auxiliary packages in d-i pool (Closes: #604551).
This commit is contained in:
parent
61efbfcd8f
commit
bb828f5284
|
@ -413,6 +413,7 @@ then
|
||||||
|
|
||||||
# Download .debs of the required packages
|
# Download .debs of the required packages
|
||||||
Chroot chroot ${_LB_APT_COMMAND} install ${DI_REQ_PACKAGES}
|
Chroot chroot ${_LB_APT_COMMAND} install ${DI_REQ_PACKAGES}
|
||||||
|
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES}
|
||||||
else
|
else
|
||||||
# Download .debs of the required packages
|
# Download .debs of the required packages
|
||||||
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES}
|
Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES}
|
||||||
|
|
Loading…
Reference in New Issue