Changeset 1466 in MondoRescue
- Timestamp:
- May 30, 2007, 12:34:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/mindi/mindi
r1465 r1466 2421 2421 root="/" 2422 2422 fi 2423 for fname in `find $root -maxdepth 2 -type f | grep - F lin| grep -Ev '^/proc/|^/net/'` ; do2423 for fname in `find $root -maxdepth 2 -type f | grep -E 'lin|kern' | grep -Ev '^/proc/|^/net/'` ; do 2424 2424 [ ! -e "$fname" ] && continue 2425 2425 [ "$fname" = "/boot/vmlinuz.shipped" ] && [ -f "/boot/vmlinuz" ] && continue; # ignore SuSE's extra kernel
Note:
See TracChangeset
for help on using the changeset viewer.