Changeset 2915 in MondoRescue for branches/3.0/mindi/rootfs
- Timestamp:
- Dec 9, 2011, 9:19:33 PM (13 years ago)
- Location:
- branches/3.0/mindi/rootfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/rootfs/etc/init.d/rcS
r2913 r2915 131 131 mt -f $tapedev rewind 132 132 mt -f $tapedev fsf 2 133 # 32k is DEFAULT_INTERNAL_TAPE_BLOCK_SIZE 134 mt -f $tapedev setblk 32768 133 135 dd if=$tapedev bs=32k count=1024 | tar -zx 134 136 res=$? -
branches/3.0/mindi/rootfs/sbin/post-init
r2856 r2915 26 26 if [ "$iso$nuke$compare$interactive$pxe" != "" ] ; then 27 27 LogIt "The mondorestore command was not found on your backup media" 1 28 LogIt "It may mean your device is not seen correctly. Check driver list and error messages." 1 28 LogIt "It may mean your device is not seen correctly." 1 29 LogIt "Check driver list and error messages." 1 29 30 exit 0 30 31 else
Note:
See TracChangeset
for help on using the changeset viewer.