Lines Matching refs:f
8 for f in "$@"
10 if rpm -qf "/lib/modules/$f" >/dev/null; then
11 echo "keeping $f (installed from rpm)"
12 elif [ $(uname -r) = "$f" ]; then
13 echo "keeping $f (running kernel) "
15 echo "removing $f"
16 rm -f "/boot/initramfs-$f.img" "/boot/System.map-$f"
17 rm -f "/boot/vmlinuz-$f" "/boot/config-$f"
18 rm -rf "/lib/modules/$f"
20 new-kernel-pkg --remove $f
22 kernel-install remove $f