diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-27 22:29:49 +0000 |
commit | 3be4d973d4084f19562b87f852d003f636cb1649 (patch) | |
tree | 908f372d80bef1d37213a61e128967784cad60d0 /chapter06/chapter06.xml | |
parent | a52b2c2383dd24bca424afebcc3220f571bfbf9b (diff) |
Changing identifiers in preparation for moving sections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3190 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chapter06.xml')
-rw-r--r-- | chapter06/chapter06.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index bee839e57..070d200d4 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -3,7 +3,7 @@ <?dbhtml filename="chapter06.html" dir="chapter06"?> -<sect1 id="ch06-introduction"> +<sect1 id="ch-system-introduction"> <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter06"?> @@ -61,7 +61,7 @@ with a series of short descriptions of these.</para> </sect1> -<sect1 id="ch06-chroot"> +<sect1 id="ch-system-chroot"> <title>Entering the chroot environment</title> <?dbhtml filename="chroot.html" dir="chapter06"?> @@ -119,7 +119,7 @@ created yet.</para> </sect1> -<sect1 id="ch06-changingowner"> +<sect1 id="ch-system-changingowner"> <title>Changing ownership</title> <?dbhtml filename="changingowner.html" dir="chapter06"?> @@ -152,7 +152,7 @@ password file has been created.</para> </sect1> -<sect1 id="ch06-creatingdirs"> +<sect1 id="ch-system-creatingdirs"> <title>Creating directories</title> <?dbhtml filename="creatingdirs.html" dir="chapter06"?> @@ -213,7 +213,7 @@ isn't precise, so we created here the directories that we think are needed.</par &c6-mountproc; -<sect1 id="ch06-createfiles"> +<sect1 id="ch-system-createfiles"> <title>Creating essential symlinks</title> <?dbhtml filename="createfiles.html" dir="chapter06"?> @@ -230,7 +230,7 @@ ln -s bash /bin/sh</userinput></screen> </sect1> -<sect1 id="ch06-pwdgroup"> +<sect1 id="ch-system-pwdgroup"> <title>Creating the passwd, group and log files</title> <?dbhtml filename="pwdgroup.html" dir="chapter06"?> @@ -312,7 +312,7 @@ file records the bad login attempts.</para> &c6-glibc; -<sect1 id="ch06-adjustingtoolchain"> +<sect1 id="ch-system-adjustingtoolchain"> <title>Re-adjusting the toolchain</title> <?dbhtml filename="adjustingtoolchain.html" dir="chapter06"?> @@ -370,7 +370,7 @@ intended change was actually made.</para> linker is something other than <filename>ld-linux.so.2</filename>, you <emphasis>must</emphasis> substitute <filename>ld-linux.so.2</filename> with the name of your platform's dynamic linker in the above commands. Refer back to -<xref linkend="ch05-toolchaintechnotes"/> if necessary.</para></important> +<xref linkend="ch-tools-toolchaintechnotes"/> if necessary.</para></important> <!-- HACK - Force some whitespace to appease tidy --> <literallayout></literallayout> @@ -456,7 +456,7 @@ Most likely something went wrong with the specs file amendment above.</para> &c6-gcc-2953; -<sect1 id="ch06-revisedchroot"> +<sect1 id="ch-system-revisedchroot"> <title>Revised chroot command</title> <?dbhtml filename="revisedchroot.html" dir="chapter06"?> |