Changeset 3005 in MondoRescue
- Timestamp:
- May 7, 2012, 3:46:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3004 r3005 254 254 tar cf - -C / $mappath 2>> $MINDI_TMP/$$.log | (cd "$bigdir" ; tar xf -) || LogIt "WARNING: AKMF -- Could not copy $mappath to $bigdir" $MINDI_TMP/$$.log 255 255 if [ "`echo $mappath | grep -F ".gz"`" ] ; then 256 included_list=`gzip -dc $mappath | grep -Fi include | sed s/'"'// | sed s/'"'// |cut -d' ' -f2`257 else 258 included_list=`grep -Fi include $mappath | sed s/'"'// | sed s/'"'// |cut -d' ' -f2`256 included_list=`gzip -dc $mappath | grep -Fi include | sed s/'"'// | cut -d' ' -f2` 257 else 258 included_list=`grep -Fi include $mappath | sed s/'"'// | cut -d' ' -f2` 259 259 fi 260 260 for included_item in $included_list ; do … … 2835 2835 [ ! -e "$FDISK" ] && Die "Cannot find $FDISK" 2836 2836 2837 [ "`echo $KERVERRUN | grep "2.4.[0-6]" | grep -v "2.4.[0-9][0-9]"`" != "" ] && echo "WARNING! Your kernel may have buggy loopfs code. Consider upgrading to 2.4.7"2837 [ "`echo $KERVERRUN | grep -E "2\.4\.[0-6]" | grep -vE "2\.4\.[0-9][0-9]"`" != "" ] && echo "WARNING! Your kernel may have buggy loopfs code. Consider upgrading to 2.4.7" 2838 2838 2839 2839 # Update the PATH variable if incomplete
Note:
See TracChangeset
for help on using the changeset viewer.