Changeset 1857 in MondoRescue for branches/2.2.5/mindi/mindi


Ignore:
Timestamp:
Jan 11, 2008, 3:28:40 PM (16 years ago)
Author:
Bruno Cornec
Message:

remove fdisk error messages on ia64 that end up on screen during restore - such as GPT not supported ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1854 r1857  
    17451745    echo "Transforming $USBDEVICE in a Bootable device"  >> $LOGFILE
    17461746    echo "Checking $USBDEVICE" >> $LOGFILE
    1747     $FDISK -l $USBDEVICE 2>&1 >> $LOGFILE
     1747    $FDISK -l $USBDEVICE 2>> $LOGFILE 1>> $LOGFILE
    17481748    if [ $? -ne 0 ]; then
    17491749        echo "Unable to access $USBDEVICE" | tee -a $LOGFILE
Note: See TracChangeset for help on using the changeset viewer.