*** grub.cfg 2010-01-27 16:24:48.000000000 -0600 --- grub.cfg 2010-01-27 16:29:22.000000000 -0600 *************** *** 17,22 **** --- 17,26 ---- # Set default boot entry as Entry 0 set default=0 + # Set default menu colors + set menu_color_normal=light-blue/black + set menu_color_highlight=light-cyan/blue + # (0) Arch Linux menuentry "Arch Linux" { set root=(hd0,1) *** PKGBUILD 2010-01-27 16:24:48.000000000 -0600 --- PKGBUILD 2010-01-27 16:29:48.000000000 -0600 *************** *** 23,29 **** # don't install auto-install script. TODO: It needs a rewrite to work with grub2 # 'install-grub') md5sums=('66fe18cd9318e3d67a34d7b7a8e7b1f6' ! '743215998a581a54ac77630f0db222ce') build() { # Set destination architecture here --- 23,29 ---- # don't install auto-install script. TODO: It needs a rewrite to work with grub2 # 'install-grub') md5sums=('66fe18cd9318e3d67a34d7b7a8e7b1f6' ! 'c2bcb3b23e45f82eddabc949c95776e2') build() { # Set destination architecture here