Advertisement
Guest User

configuration

a guest
Jun 26th, 2011
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.93 KB | None | 0 0
  1. livecd ~ # cat /boot/grub/grub.conf
  2. # This is a sample grub.conf for use with Genkernel, per the Gentoo handbook
  3. # http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=10#doc_chap2
  4. # If you are not using Genkernel and you need help creating this file, you
  5. # should consult the handbook. Alternatively, consult the grub.conf.sample that
  6. # is included with the Grub documentation.
  7.  
  8. default 0
  9. timeout 30
  10. #splashimage=(hd0,0)/boot/grub/splash.xpm.gz
  11.  
  12. #title Gentoo Linux 2.6.24-r5
  13. #root (hd0,0)
  14. #kernel /boot/kernel-genkernel-x86-2.6.24-gentoo-r5 root=/dev/ram0 real_root=/dev/sda3
  15. #initrd /boot/initramfs-genkernel-x86-2.6.24-gentoo-r5
  16.  
  17. # vim:ft=conf:
  18. livecd ~ # cat /mnt/gentoo/etc/fstab
  19. /dev/sda1               /boot           ext2            noauto,noatime  1 2
  20. /dev/sda3               /               ext4            noatime         0 1
  21. /dev/sda2               none            swap            sw              0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement