Changeset 3122 in MondoRescue


Ignore:
Timestamp:
May 17, 2013, 7:52:29 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Also exclude /tmp from the kernel search path list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/mindi

    r3121 r3122  
    23742374    fi
    23752375
    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
     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|^/tmp'` ; 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.