diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-16 00:18:45 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-16 00:18:45 +0000 |
commit | 610ba5eb16e52832579366ac404ba40d8a947561 (patch) | |
tree | 515f639bd911607b4a84d51ee97f0f51203679f2 /packages/images | |
parent | 82e725505a8924059c5c75ed32cf3101ef318c10 (diff) |
initramfs-bootmenu-image: Add initramfs-module-kexecboot.
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/initramfs-bootmenu-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/initramfs-bootmenu-image.bb b/packages/images/initramfs-bootmenu-image.bb index b94cc232cd..6a4974fa9d 100644 --- a/packages/images/initramfs-bootmenu-image.bb +++ b/packages/images/initramfs-bootmenu-image.bb @@ -1,7 +1,7 @@ # initramfs image with interactive boot menu allowing to select rootfs location # from choices of block devices, loopback images and NFS. -IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules" +IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot" IMAGE_LINGUAS = "" # Remove any kernel-image that the kernel-module-* packages may have pulled in. |