Ignore:
Timestamp:
Jul 21, 2006, 3:49:26 AM (18 years ago)
Author:
bcornec
Message:

Busybox's df doesn't support -P.
Looking for a bug where e2label not called in nuke mode but not found yet, except if it's related to that problem. (seen in the logs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/restore-scripts/mondo/label-partitions-as-necessary

    r567 r691  
    5959while [ "$line" != "" ] && [ "$noof_blank_lines" -le "5" ] ; do
    6060    if [ "$line" = "" ] ; then
    61     noof_blank_lines=$(($noof_blank_lines+1))
     61        noof_blank_lines=$(($noof_blank_lines+1))
    6262    else
    63     noof_blank_lines=0
    64     read_partition_line "$line"
     63        noof_blank_lines=0
     64        read_partition_line "$line"
    6565    fi
    6666    read line
Note: See TracChangeset for help on using the changeset viewer.