summaryrefslogtreecommitdiffstats
path: root/en-US/GRUB-configuration.xml
diff options
context:
space:
mode:
Diffstat (limited to 'en-US/GRUB-configuration.xml')
-rw-r--r--en-US/GRUB-configuration.xml42
1 files changed, 21 insertions, 21 deletions
diff --git a/en-US/GRUB-configuration.xml b/en-US/GRUB-configuration.xml
index d141456..3cb9e17 100644
--- a/en-US/GRUB-configuration.xml
+++ b/en-US/GRUB-configuration.xml
@@ -58,16 +58,16 @@
<para>
With root permissions, open the file <filename>/etc/default/grub</filename>.
<screen>
- <prompt>#</prompt> <command>nano /etc/default/grub</command>
- <computeroutput>
- GRUB_TIMEOUT=0
- GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
- GRUB_DEFAULT=saved
- GRUB_DISABLE_SUBMENU=true
- GRUB_TERMINAL_OUTPUT="console"
- GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet"
- GRUB_DISABLE_RECOVERY="true"
- </computeroutput>
+<prompt>#</prompt> <command>nano /etc/default/grub</command>
+<computeroutput>
+GRUB_TIMEOUT=0
+GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
+GRUB_DEFAULT=saved
+GRUB_DISABLE_SUBMENU=true
+GRUB_TERMINAL_OUTPUT="console"
+GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet"
+GRUB_DISABLE_RECOVERY="true"
+</computeroutput>
</screen>
</para>
</step>
@@ -75,15 +75,15 @@
<para>
Add the parameter to the end of <parameter>GRUB_CMDLINE_LINUX</parameter> and save the file.
<screen>
- <computeroutput>
- GRUB_TIMEOUT=0
- GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
- GRUB_DEFAULT=saved
- GRUB_DISABLE_SUBMENU=true
- GRUB_TERMINAL_OUTPUT="console"
- GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet acpi_backlight=vendor"
- GRUB_DISABLE_RECOVERY="true"
- </computeroutput>
+<computeroutput>
+GRUB_TIMEOUT=0
+GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
+GRUB_DEFAULT=saved
+GRUB_DISABLE_SUBMENU=true
+GRUB_TERMINAL_OUTPUT="console"
+GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet acpi_backlight=vendor"
+GRUB_DISABLE_RECOVERY="true"
+</computeroutput>
</screen>
</para>
</step>
@@ -96,7 +96,7 @@
<para>
For BIOS systems:
<screen>
- <prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub/grub2.cfg</command>
+<prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub/grub2.cfg</command>
</screen>
</para>
</step>
@@ -104,7 +104,7 @@
<para>
For UEFI systems:
<screen>
- <prompt>#</prompt> <command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
+<prompt>#</prompt> <command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
</screen>
</para>
</step>