* live-build/auto/config:

- add grub-efi-ia32-bin for i386 for efi support
This commit is contained in:
Michael Vogt 2015-04-30 11:05:35 +02:00
parent e79e2e6493
commit 6eddccab54
2 changed files with 7 additions and 0 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ livecd-rootfs (2.301) UNRELEASED; urgency=low
performs a "format" (LP: #1447652)
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
- fix typo in hardware.yaml
* live-build/auto/config:
- add grub-efi-ia32-bin for i386 for efi support
[ Adam Conrad ]
* live-build/auto/config: Handle applying priorities to EXTRA_PPAS

View File

@ -383,6 +383,11 @@ case $PROJECT in
# specific device tarfile is created
add_package install walinuxagent
;;
i386)
# efi support can go once the task
# header is available for grub-efi-ia32-bin
add_package install grub-efi-ia32-bin
;;
esac
# generic kernel etc