aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-07 03:30:04 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-07 03:30:04 +0000
commitf044f4c52129b91de0b582474f593e60515d5128 (patch)
tree98084c698e8d9a0c50263d3cb73856b916cb1049 /chapter06
parent9b7a9843c5351ff4ac2ec422fa62e4ee6e56ae1f (diff)
Fixed install. instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@444 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/makedev-inst.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml
index 576611d7a..01603c857 100644
--- a/chapter06/makedev-inst.xml
+++ b/chapter06/makedev-inst.xml
@@ -7,6 +7,8 @@ Create the device files by running the following commands:
<blockquote><literallayout>
+ <userinput>chmod 755 MAKEDEV &amp;&amp;</userinput>
+ <userinput>cp MAKEDEV /dev &amp;&amp;</userinput>
<userinput>cd /dev &amp;&amp;</userinput>
<userinput>./MAKEDEV -v generic</userinput>