diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 15:36:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-06-29 15:36:52 +0000 |
commit | 040a6ade5ae119471205fc8813e7a8165b2e4356 (patch) | |
tree | 14f5093ff15c2b13f51912a6927168ecc85ab133 /chapter06/makedev-inst.xml | |
parent | 77c4ae3a4cce257c5e6aa4fa962f700f480eec98 (diff) |
Updated installation instructions for MAKEDEV-1.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-inst.xml')
-rw-r--r-- | chapter06/makedev-inst.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index 9a5615c6d..e13002d82 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -11,9 +11,10 @@ Create the device files by running the following commands: </para> <blockquote><literallayout> - <userinput>chmod 755 MAKEDEV &&</userinput> - <userinput>cp MAKEDEV /dev &&</userinput> + <userinput>cp MAKEDEV-1.1 /dev/MAKEDEV && + </userinput> <userinput>cd /dev &&</userinput> + <userinput>chmod 755 MAKEDEV &&</userinput> <userinput>./MAKEDEV -v generic</userinput> </literallayout></blockquote> |