aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/makedev-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/makedev-inst.xml')
-rw-r--r--chapter05/makedev-inst.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/chapter05/makedev-inst.xml b/chapter05/makedev-inst.xml
new file mode 100644
index 000000000..6555d3db2
--- /dev/null
+++ b/chapter05/makedev-inst.xml
@@ -0,0 +1,27 @@
+<sect2>
+<title>Installation of MAKEDEV</title>
+
+<para>
+Install MAKEDEV by running the following commands:
+</para>
+
+<blockquote><literallayout>
+
+ <userinput>sed "s/# 9/9/" MAKEDEV &gt;$LFS/dev/MAKEDEV
+ &amp;&amp;</userinput>
+ <userinput>chmod 754 $LFS/dev/MAKEDEV &amp;&amp;</userinput>
+ <userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
+ &amp;&amp;</userinput>
+ <userinput>cd $LFS/dev &amp;&amp;</userinput>
+ <userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput>
+
+
+</literallayout></blockquote>
+
+<para>
+The actual creation of the device files in $LFS/dev will be taken care
+of in chapter 6.
+</para>
+
+</sect2>
+