summaryrefslogtreecommitdiff
path: root/helpers/binary_debian-installer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-16 16:09:10 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:11 +0100
commit381ee7397848f2c9d8261b1f820551191deb4b41 (patch)
tree418e3197e2def16e7adfe4c10299eed1f9e65f83 /helpers/binary_debian-installer
parente3d10bd797159a47d9b3aeeda477441677740657 (diff)
downloadlive-build-381ee7397848f2c9d8261b1f820551191deb4b41.zip
live-build-381ee7397848f2c9d8261b1f820551191deb4b41.tar.gz
Temporarily removing grub2 from d-i packages again, needs some fixes first.
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)