--- mage/branches/alx-0_6_0/profiles/alx-060/prune-orphaned-files 2011/05/12 18:49:36 2111 +++ mage/branches/alx-0_6_0/profiles/alx-060/prune-orphaned-files 2011/05/12 20:42:34 2116 @@ -29,14 +29,25 @@ do # excludes case ${i} in + /boot/boot*) continue ;; + /boot/grub*) continue ;; + /boot/vmlinuz) continue ;; + /boot/System.map) continue ;; + /boot/config) continue ;; + /boot/initrd) continue ;; /etc/ld.so.conf) continue ;; /etc/ld.so.cache) continue ;; /etc/localtime) continue ;; /etc/shadow*) continue ;; /etc/gshadow*) continue ;; /etc/passwd*) continue ;; + /etc/fstab) continue ;; /etc/group*) continue ;; + /etc/host*) continue ;; + /etc/mage*) continue ;; + /etc/mtab) continue ;; /etc/modprobe.conf) continue ;; + /etc/modprobe.d/net.*) continue ;; /etc/resolv.conf) continue ;; /etc/profile.env) continue ;; /etc/rc.d/rcboot.d*) continue ;;