Changeset 3124 in MondoRescue


Ignore:
Timestamp:
May 22, 2013, 3:42:21 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Pe more precise in messages displayed at restore time when a non-rewinding device should be used.
Location:
branches/3.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/etc/init.d/rcS

    r3119 r3124  
    229229    UntarTapeStuff $tapedev
    230230    res=$?
     231    tapedev="default tape device"
    231232    while [ "$res" -ne "0" ] ; do
    232233        LogIt "$tapedev failed to act as extended data disk for booting." 1
    233         LogIt "Please specify an alternate tape device," 1
     234        LogIt "Please specify an alternate non-rewinding tape device, such as /dev/nst0" 1
    234235        LogIt "or hit <Enter> to boot from another media." 1
    235236        echo -en "---> "
  • branches/3.0/mondo-doc/mondorestore.8

    r2897 r3124  
    106106Specify the restore device (CD/tape/USB) or directory (NFS/ISO). For CD-R[W] drives,
    107107this is the SCSI node where the drive may be found, e.g. '0,1,0'. For tape
    108 users, this is the tape streamers /dev entry, e.g. '/dev/st0'. For USB users,
     108users, this is the tape streamers /dev entry, e.g. '/dev/nst0'. For USB users,
    109109this is the device name of your key or external disk. For ISO users,
    110110this is the directory where the ISO images are stored. For NFS users, this is
Note: See TracChangeset for help on using the changeset viewer.