menu.lst 355 B

12345678910111213141516
  1. default 0
  2. timeout 10
  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 (hd0,0)/boot/grub/splash.xpm.gz
  7. # Used when a splashimage is enabled
  8. foreground 000000
  9. background cccccc
  10. title Buildroot
  11. root (hd0,0)
  12. kernel /boot/bzImage rw root=/dev/sda1 rootwait