From b59ba0054293b1afdc3bfb4de992fcff33534f85 Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Sat, 30 Nov 2013 22:25:24 -0700 Subject: general restructuring --- .gitignore | 1 + en-US/GRUB-general.xml | 10 ---------- en-US/GRUB-reinstalling.xml | 2 +- en-US/GRUB.xml | 4 ++-- en-US/Introduction.xml | 2 +- 5 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 en-US/GRUB-general.xml diff --git a/.gitignore b/.gitignore index 94a1092..731ffe5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ en-US/*.ent~ pot/*.pot~ *.cfg~ \#*\# +*.swp diff --git a/en-US/GRUB-general.xml b/en-US/GRUB-general.xml deleted file mode 100644 index f682bc1..0000000 --- a/en-US/GRUB-general.xml +++ /dev/null @@ -1,10 +0,0 @@ - - -%BOOK_ENTITIES; - -]> -
- GRUB basics - -
diff --git a/en-US/GRUB-reinstalling.xml b/en-US/GRUB-reinstalling.xml index d5ab1b8..7f599c0 100644 --- a/en-US/GRUB-reinstalling.xml +++ b/en-US/GRUB-reinstalling.xml @@ -24,7 +24,7 @@
Refreshing GRUB configuration - To recreate the GRUB configuration from a booted system, use the grub2-mkconfig utility. The program will scan your system and create menu entries for what it finds. You should also use grub2-mkconfig after customizing menu entries, a process described in + To recreate the GRUB configuration from a booted system, use the grub2-mkconfig utility. The program will scan your system and create menu entries for what it finds. You should also use grub2-mkconfig after customizing menu entries, a process described in Refresh GRUB configuration on a BIOS system: diff --git a/en-US/GRUB.xml b/en-US/GRUB.xml index e43d7d8..3cefa3c 100644 --- a/en-US/GRUB.xml +++ b/en-US/GRUB.xml @@ -7,12 +7,12 @@
The GRUB Bootloader - + - +
diff --git a/en-US/Introduction.xml b/en-US/Introduction.xml index d6489a4..23dc360 100644 --- a/en-US/Introduction.xml +++ b/en-US/Introduction.xml @@ -16,7 +16,7 @@ When your system starts, it first performs self tests, then loads a bootloader, GRUB. GRUB provides a menu so you can select the Fedora kernel or other operating system you would like to boot, and GRUBs configuration file stores options and settings required for initial booting of the selected operating system. Read for more information on GRUB.
- Changing Fedora's boot options can be helpful, especially when troubleshooting. explains how to change these options once or permanently. + Changing Fedora's boot options can be helpful, especially when troubleshooting. explains how to change these options once or permanently. The system's firmware allows basic configuration, performs initial startup, initializes hardware, and brings up the bootloader. Until recently, this firmware was referred to as the BIOS, or Basic Input Output System, which is described in . Newer systems, such as those sold with Windows 8, use a newer type called UEFI or Universal Extensible Firmware Interface, which is described in -- cgit