summaryrefslogtreecommitdiff
path: root/helpers/binary_debian-installer
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/binary_debian-installer')
-rwxr-xr-xhelpers/binary_debian-installer6
1 files changed, 4 insertions, 2 deletions
diff --git a/helpers/binary_debian-installer b/helpers/binary_debian-installer
index 20be911..32a8278 100755
--- a/helpers/binary_debian-installer
+++ b/helpers/binary_debian-installer
@@ -322,7 +322,8 @@ then
case "${LH_ARCHITECTURE}" in
amd64)
- DI_REQ_PACKAGES="lilo grub grub2"
+ #DI_REQ_PACKAGES="lilo grub grub2"
+ DI_REQ_PACKAGES="lilo grub"
case "${LH_MODE}" in
ubuntu)
@@ -336,7 +337,8 @@ then
;;
i386)
- DI_REQ_PACKAGES="elilo lilo grub grub2"
+ #DI_REQ_PACKAGES="elilo lilo grub grub2"
+ DI_REQ_PACKAGES="elilo lilo grub"
case "${LH_MODE}" in
ubuntu)