source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.0/mindi/pbpatch/00-syslinux-bug.ubuntu-11.04@ 1364

Last change on this file since 1364 was 1364, checked in by Bruno Cornec, 12 years ago
  • Add patches to build mindi on Ubuntu 10.10/11.04 with the appropriate patch for syslinux --stupid patch (to fix a syslinux+Ubuntu bug)
File size: 526 bytes
Line 
1--- ./mindi/mindi 2011-11-10 11:34:54.877366956 +0100
2+++ ./mindi/mindi.ubuntu 2011-11-21 03:11:26.857379988 +0100
3@@ -1643,7 +1643,7 @@
4 echo "------------------------------------------" |tee -a $LOGFILE
5 umount $MINDI_TMP/usb
6 if [ "$ARCH" != "ia64" ] ; then
7- syslinux -s $USBPART 2>> $MINDI_TMP/syslinux.log
8+ syslinux --stupid $USBPART 2>> $MINDI_TMP/syslinux.log
9 if [ "$?" -ne "0" ] ; then
10 echo "----------- syslinux's errors --------------" |tee -a $LOGFILE
11 cat $MINDI_TMP/syslinux.log |tee -a $LOGFILE
Note: See TracBrowser for help on using the repository browser.