mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-08 16:41:35 +00:00
* live-build/auto/config:
- add grub-efi-ia32-bin for i386 for efi support
This commit is contained in:
parent
e79e2e6493
commit
6eddccab54
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -6,6 +6,8 @@ livecd-rootfs (2.301) UNRELEASED; urgency=low
|
|||||||
performs a "format" (LP: #1447652)
|
performs a "format" (LP: #1447652)
|
||||||
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
|
* live-build/ubuntu-core/hooks/500-move-kernel-to-device-tar.binary:
|
||||||
- fix typo in hardware.yaml
|
- fix typo in hardware.yaml
|
||||||
|
* live-build/auto/config:
|
||||||
|
- add grub-efi-ia32-bin for i386 for efi support
|
||||||
|
|
||||||
[ Adam Conrad ]
|
[ Adam Conrad ]
|
||||||
* live-build/auto/config: Handle applying priorities to EXTRA_PPAS
|
* live-build/auto/config: Handle applying priorities to EXTRA_PPAS
|
||||||
|
@ -383,6 +383,11 @@ case $PROJECT in
|
|||||||
# specific device tarfile is created
|
# specific device tarfile is created
|
||||||
add_package install walinuxagent
|
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
|
esac
|
||||||
|
|
||||||
# generic kernel etc
|
# generic kernel etc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user