fstab:
/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
grub.conf:
default 0
timeout 10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title=Gentoo Linux 2.4.31-r1
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.4.31-gentoo-r1 root=/dev/ram0 init==/linuxrc ramdisk=8192 <there's some more stuff, but it's cut off on my printout, and I'm not going back to my room to look unless it's necessary>
initrd /boot/initrd-genkernel-x86-2.4.31-gentoo-r1 |