summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-12-22 19:30:43 +0100
committerDaniel Baumann <daniel@debian.org>2012-12-22 19:30:43 +0100
commit77fc617e2a176a560df5c23466b94685fcfa1efe (patch)
treed4fdc8103392df7de730455f3ef781715847cdb4
parent2094b4570de283e5ef4dd9d03a284fb98a812097 (diff)
downloadvyos-live-build-77fc617e2a176a560df5c23466b94685fcfa1efe.tar.gz
vyos-live-build-77fc617e2a176a560df5c23466b94685fcfa1efe.zip
Removing pre-wheezy grub package from binary_debian-installer.
-rwxr-xr-xscripts/build/binary_debian-installer4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer
index c8d4e4657..42b510310 100755
--- a/scripts/build/binary_debian-installer
+++ b/scripts/build/binary_debian-installer
@@ -339,7 +339,7 @@ then
case "${LIVE_IMAGE_ARCHITECTURE}" in
amd64)
- DI_REQ_PACKAGES="lilo grub grub-pc"
+ DI_REQ_PACKAGES="lilo grub-pc"
case "${LB_MODE}" in
ubuntu)
@@ -353,7 +353,7 @@ then
;;
i386)
- DI_REQ_PACKAGES="elilo lilo grub grub-pc"
+ DI_REQ_PACKAGES="elilo lilo grub-pc"
case "${LB_MODE}" in
ubuntu)