Changeset 1968 in MondoRescue for branches/2.2.6/mindi/rootfs/sbin/init


Ignore:
Timestamp:
May 29, 2008, 7:01:36 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Call skip_obdr before extracting conf files
  • Do not call cdrecord for tape detection at restore time (removes /dev/nst0)
  • if using auto mode, do not ask for device type
  • sleep 10 s after usb-storage loading to let time to system to detect tape drive
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/rootfs/sbin/init

    r1963 r1968  
    125125    tapedev="" ; # will be set by UntarTapeStuff()
    126126
    127     # Here we can add the USB stirage module, it's working !
     127    # Here we can add the USB storage module, it's working even with OBDR !
    128128    modprobe -q usb-storage
     129    # Tape takes some time to appear
     130    sleep 10
    129131    cd $GROOVY
    130132    UntarTapeStuff $tapedev
Note: See TracChangeset for help on using the changeset viewer.