diff options
author | Daniel Baumann <daniel@debian.org> | 2010-05-25 17:00:59 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:10 +0100 |
commit | 632f980404496f98e8a68c9827809717d9c1cd83 (patch) | |
tree | 138e267b7144ec40500871dfb34bda2132b1aa84 /helpers/binary_debian-installer | |
parent | da9b423ab6e6d78d3a1b4985df8dc4576bce3f74 (diff) | |
download | vyos-live-build-632f980404496f98e8a68c9827809717d9c1cd83.tar.gz vyos-live-build-632f980404496f98e8a68c9827809717d9c1cd83.zip |
Also including grub2 in the debian-installer pool.
Diffstat (limited to 'helpers/binary_debian-installer')
-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) |