build/install: Add USB boot option 67/33067/3
authorMatei Valeanu <Matei.Valeanu@enea.com>
Thu, 6 Apr 2017 10:34:05 +0000 (12:34 +0200)
committerMatei Valeanu <Matei.Valeanu@enea.com>
Thu, 6 Apr 2017 13:48:03 +0000 (15:48 +0200)
commiteb8fbde87578e3853ffd23e403fd46bac6039cd0
tree0236bb6253cd373512294165547e6e525589a0e9
parent86eaf30b6b76d6ca1acbea243d2fdf100df43388
build/install: Add USB boot option

Use isohybrid to add MBR for booting via BIOS
from USB flash drives

Also, Makefile "$(wildcard ubuntu-builder/*)" does not expand
to what is expected (does not include ubuntu-builder/Dockerfile),
as it uses a previous cached value.
Check this link for an explanation:
http://stackoverflow.com/questions/41470676/makefile-variable-expansion-with-wildcard-when-rule-creates-new-file

JIRA: FUEL-236

Change-Id: I9c6521a382917822ce930ddf76391c5f3c3a9cb7
Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
build/docker/Dockerfile
build/docker/Makefile
build/install/install.sh