summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2010-06-16 16:09:10 +0200
committerDaniel Baumann <daniel@debian.org>2010-06-16 16:09:10 +0200
commit80c8929707419778228224aafc5d3a3f4bf7f2b0 (patch)
tree418e3197e2def16e7adfe4c10299eed1f9e65f83
parent6a2ebe6a34b7d274060a0701a6eb5d2252920a77 (diff)
downloadvyos-live-build-80c8929707419778228224aafc5d3a3f4bf7f2b0.tar.gz
vyos-live-build-80c8929707419778228224aafc5d3a3f4bf7f2b0.zip
Temporarily removing grub2 from d-i packages again, needs some fixes first.
-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 20be911c8..32a8278ea 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)