diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-07 03:30:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-04-07 03:30:04 +0000 |
commit | f044f4c52129b91de0b582474f593e60515d5128 (patch) | |
tree | 98084c698e8d9a0c50263d3cb73856b916cb1049 /chapter06 | |
parent | 9b7a9843c5351ff4ac2ec422fa62e4ee6e56ae1f (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.xml | 2 |
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 &&</userinput> + <userinput>cp MAKEDEV /dev &&</userinput> <userinput>cd /dev &&</userinput> <userinput>./MAKEDEV -v generic</userinput> |