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 1682 by niro, Sun Mar 4 00:53:02 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    #GRUB_CMDLINE_LINUX_DEFAULT="elevator=noop"
11    
12    # Server should use the deadline scheduler for better database perfomance
13    #GRUB_CMDLINE_LINUX_DEFAULT="elevator=deadline"
14  GRUB_CMDLINE_LINUX=""  GRUB_CMDLINE_LINUX=""
15    
16  # 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.1682