diff options
author | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-06-08 14:26:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-08 14:26:15 +0000 |
commit | 14f07bc7ecb9f166d5244abcc5789d8fd584c0dd (patch) | |
tree | 109719b0605744be81df3b8dc5614951ff0da626 /build | |
parent | 6f9e8e2c829412d350644fa6a820a8a2890f69b7 (diff) | |
parent | d55b56c9cd3f9038073db8fc4f7e73c992216e4d (diff) |
Merge "ISO: Use --joliet-long names."
Diffstat (limited to 'build')
-rwxr-xr-x | build/install/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/install/install.sh b/build/install/install.sh index 4e0389ed8..c63241974 100755 --- a/build/install/install.sh +++ b/build/install/install.sh @@ -172,7 +172,7 @@ make_live() { prep_make_iso() { DEST=$TOP/newiso REPO=$DEST/ubuntu - echo "Making ISO..." + echo "Preparing ISO..." echo "Unpack of old ISO..." if [ -d newiso ]; then chmod -R 755 newiso @@ -201,6 +201,7 @@ make_iso_image() { -no-emul-boot \ -boot-load-size 4 -boot-info-table \ --hide-rr-moved \ + --joliet-long \ -x "lost+found" -o $NEWISO . isoinfo -d -i $NEWISO |