Changeset 479 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Apr 12, 2006, 11:29:36 PM (18 years ago)
Author:
bcornec
Message:

Fix for Bug #6975 (/net is now excluded from kernel search location)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r475 r479  
    25702570       root="/"
    25712571    fi
    2572     for fname in `find $root -maxdepth 2 -type f | fgrep lin | fgrep -v /proc/` ; do
     2572    for fname in `find $root -maxdepth 2 -type f | fgrep lin | egrep -v '^/proc/|^/net/'` ; do
    25732573    [ ! -e "$fname" ] && continue
    25742574        [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
Note: See TracChangeset for help on using the changeset viewer.