pycompile: allow to force compilation
[buildroot-gz.git] / boot / grub / menu.lst
blob9f14da7dddaf1a1b3a42fc585da04bfeb5ca6a45
1 default         0
2 timeout         10
4 # Used when no splashimage is used
5 color           cyan/blue white/blue
7 # Gets enabled/disabled depending on Grub support for splashimage
8 splashimage     (hd0,0)/boot/grub/splash.xpm.gz
10 # Used when a splashimage is enabled
11 foreground      000000
12 background      cccccc
14 title Buildroot
15         root (hd0,0)
16         kernel /boot/bzImage rw root=/dev/sda1 rootwait