--- trunk/grub/grub.confd 2012/03/04 01:39:47 1683 +++ trunk/grub/grub.confd 2012/06/26 19:28:41 1817 @@ -8,10 +8,12 @@ # should use the noop scheduler for best performance. The scheduler assumes I/O performance # optimization will be handled by the disk itself or the Host-Bus-Adapter (HBA). # Guests within virtual environments like VirtualBox should use this scheduler too. -#GRUB_CMDLINE_LINUX_DEFAULT="elevator=noop" +#GRUB_CMDLINE_LINUX_DEFAULT+=" elevator=noop" # Server should use the deadline scheduler for better database perfomance -#GRUB_CMDLINE_LINUX_DEFAULT="elevator=deadline" +#GRUB_CMDLINE_LINUX_DEFAULT+=" elevator=deadline" + +# Default command line for all linux entries (recovery entries as well) GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed