浏览代码

Updated installation instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
4c72a6ab2d
共有 1 个文件被更改,包括 2 次插入12 次删除
  1. 2 12
      chapter06/makedev-inst.sgml

+ 2 - 12
chapter06/makedev-inst.sgml

@@ -1,17 +1,6 @@
 <sect2>
 <sect2>
 <title>Installation of MAKEDEV</title>
 <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>
 <para>
 Create the device files by running the following commands:
 Create the device files by running the following commands:
 </para>
 </para>
@@ -19,7 +8,8 @@ Create the device files by running the following commands:
 <blockquote><literallayout>
 <blockquote><literallayout>
 
 
 	<userinput>cd /dev &amp;&amp;</userinput>
 	<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>
 </literallayout></blockquote>