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>
This commit is contained in:
Alexander Graf 2009-11-12 21:53:15 +01:00 committed by Anthony Liguori
parent 57a46d0579
commit cfc6d90a98
1 changed files with 1 additions and 1 deletions

View File

@ -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