Changeset 3121 in MondoRescue


Ignore:
Timestamp:
May 16, 2013, 9:08:56 PM (11 years ago)
Author:
Bruno Cornec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3118 r3121  
    23742374    fi
    23752375
    2376     for fname in `find $root -maxdepth 2 -type f | grep -Ei 'lin|kern|xen' | grep -Ev '^/proc/|^/net/'` ; do
     2376    for fname in `find $root -maxdepth 2 -type f | grep -Ei 'lin|kern|xen' | grep -Ev '^/proc/|^/net/|^/mnt|^/lib|^/lib64|^/bin|^/sbin|^/usr'` ; do
    23772377        [ ! -e "$fname" ] && continue
    23782378        [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
Note: See TracChangeset for help on using the changeset viewer.