Code: Select all
for file in $(find /usr/local/portage/sys-kernel/gentoo-sources); do touch -d "$(date -r ${file})" ${file}; done
What else is in your grub config ? Can you post the whole file ?DingbatCA wrote:Code: Select all
title Gentoo 2.6.30-gentoo-r1 root (hd0,0) kernel /linux-2.6.30-gentoo-r1 root=/dev/md3 vga=0x318 console=tty0 console=ttyS0,38400 mem=1536M max_cpus=2