diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 12:59:53 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 12:59:53 +0200 |
commit | 59ec07d99ae72ab9d9117bb4db7ae4d708b51706 (patch) | |
tree | d4979eefd7d0624d36131e96c9f0947c7c41608a /scripts | |
parent | 4db854d39ebaa00f9776d6c7e69bbd5bb9990c09 (diff) | |
download | vyos-live-build-59ec07d99ae72ab9d9117bb4db7ae4d708b51706.tar.gz vyos-live-build-59ec07d99ae72ab9d9117bb4db7ae4d708b51706.zip |
Removing grub-efi from d-i packages for the time being, it doesn't work correctly yet.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_binary_debian-installer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_debian-installer b/scripts/build/lb_binary_debian-installer index 6d6d20b6c..28072abb2 100755 --- a/scripts/build/lb_binary_debian-installer +++ b/scripts/build/lb_binary_debian-installer @@ -344,7 +344,7 @@ then case "${LB_ARCHITECTURES}" in amd64) - DI_REQ_PACKAGES="lilo grub grub-efi grub-pc" + DI_REQ_PACKAGES="lilo grub grub-pc" case "${LB_MODE}" in ubuntu|kubuntu) |