Changeset 479 in MondoRescue
- Timestamp:
- Apr 12, 2006, 11:29:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r475 r479 2570 2570 root="/" 2571 2571 fi 2572 for fname in `find $root -maxdepth 2 -type f | fgrep lin | fgrep -v /proc/` ; do2572 for fname in `find $root -maxdepth 2 -type f | fgrep lin | egrep -v '^/proc/|^/net/'` ; do 2573 2573 [ ! -e "$fname" ] && continue 2574 2574 [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
Note:
See TracChangeset
for help on using the changeset viewer.