diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-01 16:43:17 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-06-01 16:48:07 +0200 |
commit | d55b56c9cd3f9038073db8fc4f7e73c992216e4d (patch) | |
tree | 0c371dbe734f2984af705e51cda50a76d6a8c8a3 /build | |
parent | ec0c7698cd363b71694ca33e87f65fc382acda8d (diff) |
ISO: Use --joliet-long names.
Armband adds similar files, which tend to have long names and only
differ in suffixes (e.g. DEBs for amd64 vs arm64).
This works around ISO build error(s) like:
"genisoimage: Error:
./ubuntu/pool/main/g/golang-gogoprotobuf/golang-gogoprotobuf\
-dev_0.0~git20150828.0.6cab0cc-1~u14.04+mos1_amd64.deb and
./ubuntu/pool/main/g/golang-gogoprotobuf/golang-gogoprotobuf\
-dev_0.0~git20150828.0.6cab0cc-1~u14.04+mos1_arm64.deb
have the same Joliet name"
Change-Id: I89d9816d86176d80bcc76f5f90c8391b0664ab82
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
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 |