Changeset 2734 in MondoRescue for branches/2.2.9
- Timestamp:
- Feb 26, 2011, 8:55:00 PM (14 years ago)
- Location:
- branches/2.2.9/mindi/rootfs/sbin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/rootfs/sbin/find-and-mount-cdrom
r1983 r2734 76 76 fi 77 77 [ "$1" = "--second-try" ] && exit 1; 78 if [ "`grep "using-cdstream yes" /tmp/mondo-restore.cfg 2 78 if [ "`grep "using-cdstream yes" /tmp/mondo-restore.cfg 2> /dev/null`" ] ; then 79 79 LogIt "Because you are using cdstream, I won't try to mount CD." 80 80 exit 0 -
branches/2.2.9/mindi/rootfs/sbin/hack-cfg-if-necessary
r1983 r2734 16 16 LogIt "OK, we've found /mnt/cdrom/archives/*; great." 17 17 18 if ! grep "backup-media-type iso" /tmp/mondo-restore.cfg 2 18 if ! grep "backup-media-type iso" /tmp/mondo-restore.cfg 2> /dev/null ; then 19 19 LogIt "Config file is fine, BTW." 20 20 exit 0
Note:
See TracChangeset
for help on using the changeset viewer.