- Timestamp:
- Jul 8, 2016, 4:44:32 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3597 r3598 1787 1787 echo "$CMD" | grep -q "xorriso" 1788 1788 if [ $? -eq 0 ]; then 1789 CMD="$ISO_CMD $ISO_OPT -eltorito-alt-boot --efi-boot images/mindi-bootroot.img -no-emul-boot" 1789 XOV=`xorriso --version 2>&1 | head -1 | awk '{print $3}'` 1790 XOVMAJ=`echo $XOV | cut -d. -f1` 1791 XOVMIN=`echo $XOV | cut -d. -f2` 1792 if [ $XOVMAJ -ge 1 && $XOVMIN -ge 3 ]; then 1793 CMD="$ISO_CMD $ISO_OPT -eltorito-alt-boot -e images/mindi-bootroot.img -no-emul-boot" 1794 else 1795 CMD="$ISO_CMD $ISO_OPT -eltorito-alt-boot --efi-boot images/mindi-bootroot.img" 1796 fi 1790 1797 else 1791 1798 CMD="$ISO_CMD $ISO_OPT -eltorito-alt-boot -efi-boot images/mindi-bootroot.img -no-emul-boot"
Note:
See TracChangeset
for help on using the changeset viewer.