Changeset 2925 in MondoRescue for branches/3.0/mindi/rootfs
- Timestamp:
- Dec 22, 2011, 11:59:41 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/rootfs/etc/init.d/rcS
r2918 r2925 657 657 # In some cases, the OBDR tape remains in CD-ROM mode. This branch solves that issue (#498) 658 658 if [ "`grep -i 'obdr ' /tmp/mondo-restore.cfg 2>/dev/null`" ] && [ -x /usr/bin/hpsa_obdr_mode ]; then 659 659 for lun in `/usr/bin/hpsa_obdr_mode -m query /dev/cciss/* 2>&1 | grep "is an OBDR device" | cut -d' ' -f4`; do 660 660 /usr/bin/hpsa_obdr_mode -m query -l $lun /dev/cciss/* 2>&1 | grep -q "is in CD-ROM mode" 661 661 if [ $? -eq 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.