summaryrefslogtreecommitdiffstats
path: root/en-US
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2013-07-27 21:15:33 -0600
committerPete Travis <immanetize@fedoraproject.org>2013-07-27 21:15:33 -0600
commitd994ad815f64145b32c589817c7845bc3ee7a490 (patch)
tree5735588c716bce1a8c546dc6f622a1938aae3171 /en-US
parentde1c089823e09e698ac8959dca45c73b908547bf (diff)
downloadmultiboot-guide-d994ad815f64145b32c589817c7845bc3ee7a490.tar.gz
multiboot-guide-d994ad815f64145b32c589817c7845bc3ee7a490.tar.xz
multiboot-guide-d994ad815f64145b32c589817c7845bc3ee7a490.zip
Defining initial document structure:
- Defined entities - Set author group - Added short and long descriptions in Article_Info.xml - Created sections for general GRUB information - Created sections for BIOS booting information - Created sections for UEFI booting information * this is just a skeleton, content to follow. *
Diffstat (limited to 'en-US')
-rw-r--r--en-US/Article_Info.xml4
-rw-r--r--en-US/Author_Group.xml9
-rw-r--r--en-US/BIOS-general.xml10
-rw-r--r--en-US/BIOS.xml14
-rw-r--r--en-US/Fedora_Multiboot_Guide.ent4
-rw-r--r--en-US/Fedora_Multiboot_Guide.xml8
-rw-r--r--en-US/Free_Space.xml10
-rw-r--r--en-US/GRUB-customizing.xml10
-rw-r--r--en-US/GRUB-general.xml10
-rw-r--r--en-US/GRUB.xml18
-rw-r--r--en-US/Introduction.xml10
-rw-r--r--en-US/UEFI_boot-apple.xml10
-rw-r--r--en-US/UEFI_boot-general.xml10
-rw-r--r--en-US/UEFI_boot-win.xml10
-rw-r--r--en-US/UEFI_boot.xml20
15 files changed, 144 insertions, 13 deletions
diff --git a/en-US/Article_Info.xml b/en-US/Article_Info.xml
index 0797a65..c139216 100644
--- a/en-US/Article_Info.xml
+++ b/en-US/Article_Info.xml
@@ -5,14 +5,14 @@
]>
<articleinfo id="arti-Fedora_Multiboot_Guide-Fedora_Multiboot_Guide">
<title>Fedora Multiboot Guide</title>
- <subtitle>short description</subtitle>
+ <subtitle>Booting Fedora and other operating systems.</subtitle>
<productname>Documentation</productname>
<productnumber>0.1</productnumber>
<edition>0</edition>
<pubsnumber>0</pubsnumber>
<abstract>
<para>
- A short overview and summary of the book's subject and purpose, traditionally no more than one paragraph long. Note: the abstract will appear in the front matter of your book and will also be placed in the description field of the book's RPM spec file.
+ The Fedora Multiboot Guide explains using Fedora to enable booting of one or more additional operating systems. The Guide covers the basic principles of GRUB, Fedora's bootloader, and demonstrates configuration of GRUB on both BIOS and UEFI systems.
</para>
</abstract>
<corpauthor>
diff --git a/en-US/Author_Group.xml b/en-US/Author_Group.xml
index b9d6fd1..9ea99fb 100644
--- a/en-US/Author_Group.xml
+++ b/en-US/Author_Group.xml
@@ -5,13 +5,8 @@
]>
<authorgroup>
<author>
- <firstname>Dude</firstname>
- <surname>McPants</surname>
- <affiliation>
- <orgname>Somewhere</orgname>
- <orgdiv>Someone</orgdiv>
- </affiliation>
- <email>Dude.McPants@example.com</email>
+ <firstname>Fedora</firstname>
+ <surname>Documentation Project</surname>
</author>
</authorgroup>
diff --git a/en-US/BIOS-general.xml b/en-US/BIOS-general.xml
new file mode 100644
index 0000000..7b230ee
--- /dev/null
+++ b/en-US/BIOS-general.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-BIOS_GRUB-general">
+ <title>BIOS Basics</title>
+ <para />
+</section>
diff --git a/en-US/BIOS.xml b/en-US/BIOS.xml
new file mode 100644
index 0000000..ec8454d
--- /dev/null
+++ b/en-US/BIOS.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="BIOS">
+ <title>Multiboot on BIOS Systems</title>
+ <para />
+
+ <!-- BIOS Basics -->
+ <xi:include href="BIOS-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</section>
diff --git a/en-US/Fedora_Multiboot_Guide.ent b/en-US/Fedora_Multiboot_Guide.ent
index 9e6d349..f843f06 100644
--- a/en-US/Fedora_Multiboot_Guide.ent
+++ b/en-US/Fedora_Multiboot_Guide.ent
@@ -1,4 +1,6 @@
<!ENTITY PRODUCT "Documentation">
<!ENTITY BOOKID "Fedora_Multiboot_Guide">
<!ENTITY YEAR "2013">
-<!ENTITY HOLDER "| You need to change the HOLDER entity in the en-US/Fedora_Multiboot_Guide.ent file |">
+<!ENTITY HOLDER "Fedora Project Contributors">
+<!ENTITY PRODVER "19">
+<!ENTITY PREVVER "18"> \ No newline at end of file
diff --git a/en-US/Fedora_Multiboot_Guide.xml b/en-US/Fedora_Multiboot_Guide.xml
index d5d99b3..163bd69 100644
--- a/en-US/Fedora_Multiboot_Guide.xml
+++ b/en-US/Fedora_Multiboot_Guide.xml
@@ -5,9 +5,11 @@
]>
<article>
<xi:include href="Article_Info.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- <para>
- This is a test paragraph
- </para>
+ <xi:include href="Introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Free_Space.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="GRUB.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="BIOS.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="UEFI_boot.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<index />
</article>
diff --git a/en-US/Free_Space.xml b/en-US/Free_Space.xml
new file mode 100644
index 0000000..c2f8de2
--- /dev/null
+++ b/en-US/Free_Space.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-freespace">
+ <title>Free Space</title>
+ <para />
+</section>
diff --git a/en-US/GRUB-customizing.xml b/en-US/GRUB-customizing.xml
new file mode 100644
index 0000000..4fcda6e
--- /dev/null
+++ b/en-US/GRUB-customizing.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="GRUB-customizing">
+ <title>Customizing GRUB entries</title>
+ <para />
+</section>
diff --git a/en-US/GRUB-general.xml b/en-US/GRUB-general.xml
new file mode 100644
index 0000000..f682bc1
--- /dev/null
+++ b/en-US/GRUB-general.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="GRUB-general">
+ <title>GRUB basics</title>
+ <para />
+</section>
diff --git a/en-US/GRUB.xml b/en-US/GRUB.xml
new file mode 100644
index 0000000..7fd73fa
--- /dev/null
+++ b/en-US/GRUB.xml
@@ -0,0 +1,18 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="GRUB">
+ <title>The GRUB bootloader</title>
+ <para />
+
+ <!-- GRUB Basics -->
+ <xi:include href="GRUB-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- temporary and persistent menu entry changes -->
+ <xi:include href="GRUB-customizing.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+
+</section>
diff --git a/en-US/Introduction.xml b/en-US/Introduction.xml
new file mode 100644
index 0000000..8289c2a
--- /dev/null
+++ b/en-US/Introduction.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-introduction">
+ <title>Introduction</title>
+ <para />
+</section>
diff --git a/en-US/UEFI_boot-apple.xml b/en-US/UEFI_boot-apple.xml
new file mode 100644
index 0000000..d3d8cd6
--- /dev/null
+++ b/en-US/UEFI_boot-apple.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-UEFI-apple">
+ <title>Booting on Apple systems</title>
+ <para />
+</section>
diff --git a/en-US/UEFI_boot-general.xml b/en-US/UEFI_boot-general.xml
new file mode 100644
index 0000000..6d82169
--- /dev/null
+++ b/en-US/UEFI_boot-general.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-UEFI-general">
+ <title>UEFI Basics</title>
+ <para />
+</section>
diff --git a/en-US/UEFI_boot-win.xml b/en-US/UEFI_boot-win.xml
new file mode 100644
index 0000000..6b2477e
--- /dev/null
+++ b/en-US/UEFI_boot-win.xml
@@ -0,0 +1,10 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-UEFI-win">
+ <title>Booting with Windows</title>
+ <para />
+</section>
diff --git a/en-US/UEFI_boot.xml b/en-US/UEFI_boot.xml
new file mode 100644
index 0000000..1ad4397
--- /dev/null
+++ b/en-US/UEFI_boot.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+
+]>
+<section id="multiboot-UEFI">
+ <title>Multiboot on UEFI Systems</title>
+ <para />
+
+ <!-- General UEFI stuff; where grub lives, `uefibootmgr`, etc -->
+ <xi:include href="UEFI_boot-general.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- Booting with windows -->
+ <xi:include href="UEFI_boot-win.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- Booting on Apple systems -->
+ <xi:include href="UEFI_boot-apple.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+</section>