Magellan Linux

Diff of /trunk/grub/grub.confd

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

revision 1404 by niro, Mon Jul 4 15:57:37 2011 UTC revision 1817 by niro, Tue Jun 26 19:28:41 2012 UTC
# Line 1  Line 1 
1  GRUB_DEFAULT=0  GRUB_DEFAULT=0
2  GRUB_TIMEOUT=5  GRUB_TIMEOUT=5
3    
4    # Default command line
5  GRUB_CMDLINE_LINUX_DEFAULT="quiet"  GRUB_CMDLINE_LINUX_DEFAULT="quiet"
6    
7    # Systems with Flash memory like SSDs or intelligent HBAs such as Serial-Attached-SCSI (SAS)
8    # 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).
10    # Guests within virtual environments like VirtualBox should use this scheduler too.
11    #GRUB_CMDLINE_LINUX_DEFAULT+=" elevator=noop"
12    
13    # Server should use the deadline scheduler for better database perfomance
14    #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.1404  
changed lines
  Added in v.1817