- Timestamp:
- Jul 25, 2011, 1:48:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/mindi
r2851 r2854 1228 1228 list_of_devices="`echo $l | sort -u`" 1229 1229 1230 for d in $MINDI_EXCLUDE_DEVS; do1230 for d in `echo $MINDI_EXCLUDE_DEVS | sed 's/|/ /g'`; do 1231 1231 if [ "`echo " $list_of_devices " | grep " $d"`" != "" ]; then 1232 1232 echo "Excluding $current_partition from mountlist (due to excluded device $d)" >> $LOGFILE
Note:
See TracChangeset
for help on using the changeset viewer.