diff options
author | Alexander Graf <agraf@suse.de> | 2009-11-12 21:53:15 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-11-17 10:39:03 -0600 |
commit | cfc6d90a98ec420998ef2009e359ea04456735ff (patch) | |
tree | 5869af5294906c197dcd9dad852157c7ffbd09de | |
parent | 57a46d0579951d7abbcbe86766f73afa93a5d370 (diff) |
Add linuxboot to BLOBS
We should install linuxboot.bin too, so let's add it to the to-be-installed
blobs.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -264,7 +264,7 @@ pxe-e1000.bin pxe-i82559er.bin \ pxe-ne2k_pci.bin pxe-pcnet.bin \ pxe-rtl8139.bin pxe-virtio.bin \ bamboo.dtb petalogix-s3adsp1800.dtb \ -multiboot.bin +multiboot.bin linuxboot.bin else BLOBS= endif |