Changeset 3006 in MondoRescue for branches/3.0/mindi


Ignore:
Timestamp:
May 7, 2012, 3:56:36 AM (12 years ago)
Author:
Bruno Cornec
Message:

r4733@localhost: bruno | 2012-05-07 02:59:11 +0200

  • Call kpartx to force device creation in case it wasn't done automatically as it should
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3005 r3006  
    15911591    $FDISK -l $USBDEVICE 2>&1 | tee -a $LOGFILE
    15921592    echo -en "."
     1593    # Calling kpartx in case devices were not created
     1594    kpartx -a $USBDEVICE
    15931595    # Some distro do auto mount at that point (Ubuntu)
    15941596    LogFile "INFO: Unmounting $USBPART just in case again"
Note: See TracChangeset for help on using the changeset viewer.