Browse Source

Fix ISO title

tags/nilmdbuntu-1
Jim Paris 10 years ago
parent
commit
b672b501c2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      buildiso.sh

+ 2
- 1
buildiso.sh View File

@@ -40,7 +40,7 @@ sudo chown -R ${USER} ${ISO}

# build CD
xorriso -as mkisofs \
-D -r -V "NilmDBuntu" -cache-inodes -J -l \
-D -r -V "NilmDBuntu ${VERSION}" -cache-inodes -J -l \
-input-charset utf-8 -o ${OUTPUT} \
-b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot \
-boot-load-size 4 -boot-info-table \
@@ -50,6 +50,7 @@ xorriso -as mkisofs \
# fix iso for hybrid booting
isohybrid ${OUTPUT}

set +x
echo "Burn it with:"
echo " growisofs -dvd-compat -Z /dev/dvd=${OUTPUT}"
echo "or write directly to a USB key"

Loading…
Cancel
Save