aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-09-11 21:35:35 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-09-11 21:35:35 +0000
commit955533beaf30ff65be18b3e5c1e3909928dd169a (patch)
treeed52a9832d7dcf2d6cbdb556054b8191dd753e4c /appendixa
parentc94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (diff)
Removed LILO and Bin86. Replaced them with Grub
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2774 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r--appendixa/appendixa.xml3
-rw-r--r--appendixa/bin86-dep.xml16
-rw-r--r--appendixa/bin86-desc.xml34
-rw-r--r--appendixa/bin86-down.xml7
-rw-r--r--appendixa/bin86-shortdesc.xml14
-rw-r--r--appendixa/bin86.xml13
-rw-r--r--appendixa/grub-dep.xml9
-rw-r--r--appendixa/grub-desc.xml7
-rw-r--r--appendixa/grub-down.xml7
-rw-r--r--appendixa/grub-shortdesc.xml5
-rw-r--r--appendixa/grub.xml13
-rw-r--r--appendixa/lilo-dep.xml18
-rw-r--r--appendixa/lilo-desc.xml23
-rw-r--r--appendixa/lilo-down.xml7
-rw-r--r--appendixa/lilo-shortdesc.xml12
-rw-r--r--appendixa/lilo.xml13
16 files changed, 42 insertions, 159 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml
index d51cda4fe..5328e7c34 100644
--- a/appendixa/appendixa.xml
+++ b/appendixa/appendixa.xml
@@ -6,7 +6,6 @@
&aa-autoconf;
&aa-automake;
&aa-bash;
-&aa-bin86;
&aa-binutils;
&aa-bison;
&aa-bzip2;
@@ -23,6 +22,7 @@
&aa-glibc;
&aa-grep;
&aa-groff;
+&aa-grub;
&aa-gzip;
&aa-inetutils;
&aa-kbd;
@@ -30,7 +30,6 @@
&aa-bootscripts;
&aa-lfs-utils;
&aa-libtool;
-&aa-lilo;
&aa-kernel;
&aa-m4;
&aa-make;
diff --git a/appendixa/bin86-dep.xml b/appendixa/bin86-dep.xml
deleted file mode 100644
index 753bf8b97..000000000
--- a/appendixa/bin86-dep.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Bin86 Installation Dependencies</title>
-
-<para>(Last checked against version &bin86-depversion;.)</para>
-
-<literallayout>Bash: sh
-Binutils: as, ld, strip
-Fileutils: chmod, install, ln, mv
-Gcc: cc, cc1, collect2, cpp0
-Make: make
-Sed: sed</literallayout>
-
-</sect2>
-
diff --git a/appendixa/bin86-desc.xml b/appendixa/bin86-desc.xml
deleted file mode 100644
index a3aae9a71..000000000
--- a/appendixa/bin86-desc.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2><title>Descriptions</title>
-
-<para>(Last checked against version &bin86-contversion;.)</para>
-
-<sect3><title>Program file descriptions</title>
-
-<sect4><title>as86</title>
-<para>as86 is an assembler for the 8086...80386
-processors.</para></sect4>
-
-<sect4><title>as86_encap</title>
-<para>as86_encap is a shell script to call as86 and convert the created binary
-into a C file prog.v to be included in or linked with programs like boot
-block installers.</para></sect4>
-
-<sect4><title>ld86</title>
-<para>ld86 understands only the object files produced by the as86 assembler. It
-can link them into either an impure or a
-separate I&amp;D executable.</para></sect4>
-
-<sect4><title>nm86</title>
-<para>The symbol table of the binary file.</para></sect4>
-
-<sect4><title>objdump86</title>
-<para>Dumps detailed information about a binary file.</para></sect4>
-
-<sect4><title>size86</title>
-<para>Summary sizes of the data in a binary file.</para></sect4>
-
-</sect3>
-
-</sect2>
diff --git a/appendixa/bin86-down.xml b/appendixa/bin86-down.xml
deleted file mode 100644
index eb0d392f2..000000000
--- a/appendixa/bin86-down.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<sect2>
-<title>Official Download Location</title>
-
-<para><literallayout>Bin86 (&bin86-version;):
-<ulink url="http://www.cix.co.uk/~mayday/"/></literallayout></para>
-</sect2>
-
diff --git a/appendixa/bin86-shortdesc.xml b/appendixa/bin86-shortdesc.xml
deleted file mode 100644
index ff3558b9a..000000000
--- a/appendixa/bin86-shortdesc.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<sect2><title>Contents of Bin86</title>
-
-<para>(Last checked against version &bin86-contversion;.)</para>
-
-<para>Bin86 is a simple assembler and linker for 8086 - 80386 machine
- code.</para>
-
-<para>Bin86 installs the following:</para>
-
-<sect3><title>Program Files</title>
-<para>as86, as86_encap, ld86, nm86 (link to objdump86), objdump86 and
-size86 (link to objdump86)</para></sect3>
-
-</sect2>
diff --git a/appendixa/bin86.xml b/appendixa/bin86.xml
deleted file mode 100644
index e94c6fa4d..000000000
--- a/appendixa/bin86.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<sect1 id="aa-bin86" xreflabel="Bin86">
-<title>Bin86</title>
-<?dbhtml filename="bin86.html" dir="appendixa"?>
-
-<para>For installation instructions see <xref linkend="ch06-bin86"/>.</para>
-
-&aa-bin86-down;
-&aa-bin86-shortdesc;
-&aa-bin86-desc;
-&aa-bin86-dep;
-
-</sect1>
-
diff --git a/appendixa/grub-dep.xml b/appendixa/grub-dep.xml
new file mode 100644
index 000000000..70d9a27bb
--- /dev/null
+++ b/appendixa/grub-dep.xml
@@ -0,0 +1,9 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2>
+<title>Grub Installation Dependencies</title>
+
+<literallayout>(To be determined)</literallayout>
+
+</sect2>
+
diff --git a/appendixa/grub-desc.xml b/appendixa/grub-desc.xml
new file mode 100644
index 000000000..a65ab0849
--- /dev/null
+++ b/appendixa/grub-desc.xml
@@ -0,0 +1,7 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
+<sect2><title>Descriptions</title>
+
+<para>(To be determined)</para>
+
+</sect2>
diff --git a/appendixa/grub-down.xml b/appendixa/grub-down.xml
new file mode 100644
index 000000000..986e0ba0b
--- /dev/null
+++ b/appendixa/grub-down.xml
@@ -0,0 +1,7 @@
+<sect2>
+<title>Official Download Location</title>
+
+<para><literallayout>Grub (&grub-version;):
+<ulink url="ftp://alpha.gnu.org/pub/gnu/grub/"/>
+</literallayout></para>
+</sect2>
diff --git a/appendixa/grub-shortdesc.xml b/appendixa/grub-shortdesc.xml
new file mode 100644
index 000000000..194130d1f
--- /dev/null
+++ b/appendixa/grub-shortdesc.xml
@@ -0,0 +1,5 @@
+<sect2><title>Contents of Grub</title>
+
+<para>(To be determined)</para>
+
+</sect2>
diff --git a/appendixa/grub.xml b/appendixa/grub.xml
new file mode 100644
index 000000000..1d109a7a8
--- /dev/null
+++ b/appendixa/grub.xml
@@ -0,0 +1,13 @@
+<sect1 id="aa-grub" xreflabel="Grub">
+<title>Grub</title>
+<?dbhtml filename="grub.html" dir="appendixa"?>
+
+<para>For installation instructions see <xref linkend="ch06-grub"/>.</para>
+
+&aa-grub-down;
+&aa-grub-shortdesc;
+&aa-grub-desc;
+&aa-grub-dep;
+
+</sect1>
+
diff --git a/appendixa/lilo-dep.xml b/appendixa/lilo-dep.xml
deleted file mode 100644
index 5359a59e0..000000000
--- a/appendixa/lilo-dep.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Lilo Installation Dependencies</title>
-
-<para>(Last checked against version &lilo-depversion;.)</para>
-
-<literallayout>Bash: sh
-Bin86: as86, ld86
-Binutils: as, ld, strip
-Fileutils: cp, dd, ln
-Gcc: cc, cc1, collect2, cpp0
-Make: make
-Sed: sed
-Textutils: cat</literallayout>
-
-</sect2>
-
diff --git a/appendixa/lilo-desc.xml b/appendixa/lilo-desc.xml
deleted file mode 100644
index 26ee78806..000000000
--- a/appendixa/lilo-desc.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2><title>Descriptions</title>
-
-<para>(Last checked against version &lilo-contversion;.)</para>
-
-<sect3><title>Program file descriptions</title>
-
-<sect4><title>lilo</title>
-<para>lilo installs the Linux boot loader which is used to start a Linux
-system.</para></sect4>
-
-<sect4><title>mkrescue</title>
-<para>mkrescue makes a bootable rescue floppy using the existing kernel
-and any initial ramdisk.</para></sect4>
-
-<sect4><title>keytab-lilo.pl</title>
-<para>keytab-lilo.pl compiles keytable definitions into a format which
-lilo can use in order to set the keyboard type during boot.</para></sect4>
-
-</sect3>
-
-</sect2>
diff --git a/appendixa/lilo-down.xml b/appendixa/lilo-down.xml
deleted file mode 100644
index 8160108fa..000000000
--- a/appendixa/lilo-down.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<sect2>
-<title>Official Download Location</title>
-
-<para><literallayout>Lilo (&lilo-version;):
-<ulink url="ftp://ibiblio.org/pub/Linux/system/boot/lilo/"/>
-<ulink url="http://ibiblio.org/pub/Linux/system/boot/lilo/"/></literallayout></para>
-</sect2>
diff --git a/appendixa/lilo-shortdesc.xml b/appendixa/lilo-shortdesc.xml
deleted file mode 100644
index 4ad9f5712..000000000
--- a/appendixa/lilo-shortdesc.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<sect2><title>Contents of Lilo</title>
-
-<para>(Last checked against version &lilo-contversion;.)</para>
-
-<para>Lilo is the LInux LOader.</para>
-
-<para>Lilo installs the following:</para>
-
-<sect3><title>Program Files</title>
-<para>lilo, mkrescue and keytab-lilo.pl</para></sect3>
-
-</sect2>
diff --git a/appendixa/lilo.xml b/appendixa/lilo.xml
deleted file mode 100644
index d389a7dab..000000000
--- a/appendixa/lilo.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<sect1 id="aa-lilo" xreflabel="Lilo">
-<title>Lilo</title>
-<?dbhtml filename="lilo.html" dir="appendixa"?>
-
-<para>For installation instructions see <xref linkend="ch06-lilo"/>.</para>
-
-&aa-lilo-down;
-&aa-lilo-shortdesc;
-&aa-lilo-desc;
-&aa-lilo-dep;
-
-</sect1>
-