Magellan Linux

Diff of /trunk/grub/grub.confd

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1816 by niro, Sun Mar 4 01:39:47 2012 UTC revision 1817 by niro, Tue Jun 26 19:28:41 2012 UTC
# Line 8  GRUB_CMDLINE_LINUX_DEFAULT="quiet" Line 8  GRUB_CMDLINE_LINUX_DEFAULT="quiet"
8  # should use the noop scheduler for best performance. The scheduler assumes I/O performance  # should use the noop scheduler for best performance. The scheduler assumes I/O performance
9  # optimization will be handled by the disk itself or the Host-Bus-Adapter (HBA).  # optimization will be handled by the disk itself or the Host-Bus-Adapter (HBA).
10  # Guests within virtual environments like VirtualBox should use this scheduler too.  # Guests within virtual environments like VirtualBox should use this scheduler too.
11  #GRUB_CMDLINE_LINUX_DEFAULT="elevator=noop"  #GRUB_CMDLINE_LINUX_DEFAULT+=" elevator=noop"
12    
13  # Server should use the deadline scheduler for better database perfomance  # Server should use the deadline scheduler for better database perfomance
14  #GRUB_CMDLINE_LINUX_DEFAULT="elevator=deadline"  #GRUB_CMDLINE_LINUX_DEFAULT+=" elevator=deadline"
15    
16    # Default command line for all linux entries (recovery entries as well)
17  GRUB_CMDLINE_LINUX=""  GRUB_CMDLINE_LINUX=""
18    
19  # Preload both GPT and MBR modules so that they are not missed  # Preload both GPT and MBR modules so that they are not missed

Legend:
Removed from v.1816  
changed lines
  Added in v.1817