archive: Adjust entries in some files
[dragora.git] / archive / grub / etc / default / grub
blob15a8efc57537868dfa1867248000c303c7fef35b
2 # /etc/default/grub - Controls the operation of grub-mkconfig(8).
4 # For more information, type: info grub -n 'simple configuration'
7 # The default menu entry.  This may be a number, in which case it
8 # identifies the Nth entry in the generated menu counted from zero,
9 # or the title of a menu entry, or the special string 'saved'.  Using
10 # the id may be useful if you want to set a menu entry as the default
11 # even though there may be a variable number of entries before it
12 GRUB_DEFAULT=0
14 # Command-line arguments to add to menu entries for the Linux kernel
16 # Note: The arguments are added to both entries (normal and recovery).
17 GRUB_CMDLINE_LINUX="printk.time=0 nomodeset"
19 # If this option is set to 'true', disable the generation of recovery
20 # mode menu entries.
21 #GRUB_DISABLE_RECOVERY=true
23 # Unless 'GRUB_DISABLE_RECOVERY' is set to 'true', two menu entries
24 # will be generated for each Linux kernel: one default entry and one
25 # entry for recovery mode.  This option lists command-line arguments
26 # to add only to the default menu entry, after those listed in
27 # 'GRUB_CMDLINE_LINUX'
29 # Note: The entries are appended to the end of the normal mode only.
30 GRUB_CMDLINE_LINUX_DEFAULT=""
32 # Boot the default entry this many seconds after the menu is
33 # displayed, unless a key is pressed.  The default is '5'.  Set to
34 # '0' to boot immediately without displaying the menu, or to '-1' to
35 # wait indefinitely
36 GRUB_TIMEOUT=40
38 # If 'GRUB_TIMEOUT_STYLE' is set to 'countdown' or 'hidden', the
39 # timeout is instead counted before the menu is displayed
40 #GRUB_TIMEOUT_STYLE=countdown
42 # Set by distributors of GRUB to their identifying name.  This is
43 # used to generate more informative menu entry titles
44 GRUB_DISTRIBUTOR="Dragora"
46 # Select the terminal output device.  You may select multiple devices
47 # here, separated by spaces.
49 # Valid terminal output names depend on the platform, but may include
50 # 'console' (native platform console), 'serial' (serial terminal),
51 # 'serial_<port>' (serial terminal with explicit port selection),
52 # 'gfxterm' (graphics-mode output), 'vga_text' (VGA text output),
53 # 'mda_text' (MDA text output), 'morse' (Morse-coding using system
54 # beeper) or 'spkmodem' (simple data protocol using system speaker).
55 # The default is to use the platform's native terminal output.
57 # Please check the documentation for setting an output device.
58 #GRUB_TERMINAL="console"
60 # Set the resolution used on the 'gfxterm' graphical terminal.  Note
61 # that you can only use modes which your graphics card supports via
62 # VESA BIOS Extensions (VBE), so for example native LCD panel
63 # resolutions may not be available.  The default is 'auto', which
64 # tries to select a preferred resolution.
66 #   The resolution may be specified as a sequence of one or more modes,
67 # separated by commas (',') or semicolons (';'); each will be tried in
68 # turn until one is found.  Each mode should be either 'auto',
69 # 'WIDTHxHEIGHT', or 'WIDTHxHEIGHTxDEPTH'.
70 #GRUB_GFXMODE=640x480