Drop elilo from list of d-i required packages on i386.

It's gone from unstable/testing and has never been really useful
on non-ia64 systems.
This commit is contained in:
Raphaël Hertzog 2015-07-15 12:05:52 +02:00
parent b2dce51156
commit 2792097208
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ then
;;
i386)
DI_REQ_PACKAGES="elilo lilo grub-pc"
DI_REQ_PACKAGES="lilo grub-pc"
DI_PACKAGES="${DI_REQ_PACKAGES} linux-image-586 linux-image-686-pae"
;;