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:
parent
b2dce51156
commit
2792097208
|
@ -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"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue