aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-08 03:02:04 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-08 03:02:04 +0000
commit4c72a6ab2d5703bbf552df8c0254e8ad91855761 (patch)
treed213a752383b57dcad7bf927bc964d471b191323 /chapter06
parentc93a7a65cbd2d9fa836591210daac9e7baced20d (diff)
Updated installation instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/makedev-inst.sgml14
1 files changed, 2 insertions, 12 deletions
diff --git a/chapter06/makedev-inst.sgml b/chapter06/makedev-inst.sgml
index ca14a1104..a4e4d0433 100644
--- a/chapter06/makedev-inst.sgml
+++ b/chapter06/makedev-inst.sgml
@@ -2,24 +2,14 @@
<title>Installation of MAKEDEV</title>
<para>
-Install MAKEDEV by running the following commands:
-</para>
-
-<blockquote><literallayout>
-
- <userinput>sed "s/# 9/9/" MAKEDEV &gt;/dev/MAKEDEV &amp;&amp;</userinput>
- <userinput>chmod 754 /dev/MAKEDEV</userinput>
-
-</literallayout></blockquote>
-
-<para>
Create the device files by running the following commands:
</para>
<blockquote><literallayout>
<userinput>cd /dev &amp;&amp;</userinput>
- <userinput>./MAKEDEV -v generic</userinput>
+ <userinput>./MAKEDEV-temp -v generic &amp;&amp;</userinput>
+ <userinput>rm MAKEDEV-temp</userinput>
</literallayout></blockquote>