diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-25 17:00:59 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2010-05-30 09:42:27 +0200 |
commit | 160df5ac871806e7f6eccc034f17f785d97ed7a6 (patch) | |
tree | 138e267b7144ec40500871dfb34bda2132b1aa84 | |
parent | f496e2dd4deab77bbc172304d80010c6ec3d35c7 (diff) | |
download | vyos-live-build-160df5ac871806e7f6eccc034f17f785d97ed7a6.tar.gz vyos-live-build-160df5ac871806e7f6eccc034f17f785d97ed7a6.zip |
Also including grub2 in the debian-installer pool.
-rwxr-xr-x | helpers/binary_debian-installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/binary_debian-installer b/helpers/binary_debian-installer index 1cf79cd8d..20be911c8 100755 --- a/helpers/binary_debian-installer +++ b/helpers/binary_debian-installer @@ -322,7 +322,7 @@ then case "${LH_ARCHITECTURE}" in amd64) - DI_REQ_PACKAGES="lilo grub" + DI_REQ_PACKAGES="lilo grub grub2" case "${LH_MODE}" in ubuntu) @@ -336,7 +336,7 @@ then ;; i386) - DI_REQ_PACKAGES="elilo lilo grub" + DI_REQ_PACKAGES="elilo lilo grub grub2" case "${LH_MODE}" in ubuntu) |