diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
commit | 58882995289b0b69420b13297bf87c4b4d398192 (patch) | |
tree | ff191d33957a2df74a39f4d20c26fbf421e2ca3d /chapter06/makedev.xml | |
parent | 12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff) |
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev.xml')
-rw-r--r-- | chapter06/makedev.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/chapter06/makedev.xml b/chapter06/makedev.xml index 424d727a8..d48d57cfd 100644 --- a/chapter06/makedev.xml +++ b/chapter06/makedev.xml @@ -1,17 +1,19 @@ -<sect1 id="ch06-MAKEDEV"> -<title>Creating devices (Makedev-&makedev-version;)</title> +<sect1 id="ch06-MAKEDEV" xreflabel="Makedev"> +<title>Creating devices with Makedev-&makedev-version;</title> <?dbhtml filename="makedev.html" dir="chapter06"?> +<para>The MAKEDEV package contains a script for making device nodes.</para> + <screen>Estimated build time: &makedev-time; Estimated required disk space: &makedev-compsize;</screen> -&aa-makedev-shortdesc; +&aa-makedev-down; &aa-makedev-dep; <sect2><title> </title><para> </para></sect2> <sect2> -<title>Creating devices</title> +<title>Making devices</title> <para>Note that unpacking the <filename>MAKEDEV-&makedev-version;.bz2</filename> file doesn't create a directory for you to <userinput>cd</userinput> into, as @@ -67,5 +69,8 @@ finally boot into the finished LFS system.</para> </sect2> +&aa-makedev-shortdesc; +&aa-makedev-desc; + </sect1> |