Changeset 2056 in MondoRescue


Ignore:
Timestamp:
Oct 27, 2008, 11:35:03 AM (15 years ago)
Author:
Bruno Cornec
Message:

Use option -s of syslinux in case in improve stuff (still potential pb of FAT32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mindi/mindi

    r2055 r2056  
    13731373    umount $USBPART 2>> $LOGFILE 1>> $LOGFILE
    13741374    echo "Erasing $USBDEVICE" >> $LOGFILE
    1375     dd if=/dev/zero of=$USBDEVICE bs=1k count=4096 >> $LOGFILE 2>> $LOGFILE
     1375    dd if=/dev/zero of=$USBDEVICE bs=16k count=4096 >> $LOGFILE 2>> $LOGFILE
    13761376    echo "Preparing $USBDEVICE" >> $LOGFILE
    13771377    $FDISK $USBDEVICE 2>> $LOGFILE 1>> $LOGFILE << EOF
     
    14361436    umount $MINDI_TMP/usb
    14371437    if [ "$ARCH" != "ia64" ] ; then
    1438         syslinux $USBPART 2>> $MINDI_TMP/syslinux.log
     1438        syslinux -s $USBPART 2>> $MINDI_TMP/syslinux.log
    14391439        if [ "$?" -ne "0" ] ; then
    14401440            echo "----------- syslinux's errors --------------" |tee -a $LOGFILE
     
    14501450        MindiExit -1
    14511451    fi
    1452     echo -en "."
    14531452}
    14541453
Note: See TracChangeset for help on using the changeset viewer.