Don't like ads? PRO users don't see any ads ;-)
Guest

boot.conf

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. boot {
  2.         generate grub
  3.         default "Windows 7"
  4.         timeout 3
  5. }
  6.  
  7. "Windows 7" {
  8.         type win7
  9.         params root=/dev/sda1
  10. }
  11.  
  12. "Funtoo Linux" {
  13.         kernel bzImage[-v]
  14. }
  15.  
  16. "Funtoo Linux genkernel" {
  17.         kernel kernel[-v]
  18.         initrd initramfs[-v]
  19.         params += real_root=auto
  20. }