From eb8fbde87578e3853ffd23e403fd46bac6039cd0 Mon Sep 17 00:00:00 2001 From: Matei Valeanu Date: Thu, 6 Apr 2017 12:34:05 +0200 Subject: 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 --- build/install/install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/install/install.sh') diff --git a/build/install/install.sh b/build/install/install.sh index 19ff14946..c03b7decb 100755 --- a/build/install/install.sh +++ b/build/install/install.sh @@ -208,6 +208,8 @@ make_iso_image() { --joliet-long \ -x "lost+found" -o $NEWISO . + isohybrid $NEWISO + isoinfo -d -i $NEWISO } -- cgit 1.2.3-korg