grub-menu.lst 453 B

1234567891011121314151617181920
  1. default 0
  2. timeout 1
  3. # Used when no splashimage is used
  4. color cyan/blue white/blue
  5. # Gets enabled/disabled depending on Grub support for splashimage
  6. splashimage /boot/grub/splash.xpm.gz
  7. # Used when a splashimage is enabled
  8. foreground 000000
  9. background cccccc
  10. title Buildroot ISO9660 image
  11. kernel __KERNEL_PATH__ root=/dev/sr0 console=ttyS0,115200
  12. initrd __INITRD_PATH__
  13. title Hard Drive (first partition)
  14. rootnoverify (hd0)
  15. chainloader +1