aboutsummaryrefslogtreecommitdiffstats
path: root/build/install
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-04-06 15:49:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-06 15:49:42 +0000
commit64af432a852c0c0f6b5afc11ddde7609932704db (patch)
tree2ea0ddfe52b0f7f2cb9a99f759bfd6fd6bebd85d /build/install
parent2e6b10e3767fd476b288415949b9d049174e00cc (diff)
parenteb8fbde87578e3853ffd23e403fd46bac6039cd0 (diff)
Merge "build/install: Add USB boot option"
Diffstat (limited to 'build/install')
-rwxr-xr-xbuild/install/install.sh2
1 files changed, 2 insertions, 0 deletions
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
}