diff options
author | Daniel Baumann <daniel@debian.org> | 2010-06-16 16:09:10 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:11 +0100 |
commit | 381ee7397848f2c9d8261b1f820551191deb4b41 (patch) | |
tree | 418e3197e2def16e7adfe4c10299eed1f9e65f83 | |
parent | e3d10bd797159a47d9b3aeeda477441677740657 (diff) | |
download | vyos-live-build-381ee7397848f2c9d8261b1f820551191deb4b41.tar.gz vyos-live-build-381ee7397848f2c9d8261b1f820551191deb4b41.zip |
Temporarily removing grub2 from d-i packages again, needs some fixes first.
-rwxr-xr-x | helpers/binary_debian-installer | 6 |
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) |