diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-16 22:26:29 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-08-16 22:26:29 +0000 |
commit | 987aa009028dc0e036b3f40b70452f2fa9161a0c (patch) | |
tree | 3c4591b43bc85787e1dfb54862c7a4e53eb9b84e /chapter06/makedev-exp.xml | |
parent | ea57e1b0d1a4372b2e310e04c73d4a0dfa3c0c1d (diff) |
Bug 78: MAKEDEV-1.2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@985 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml index 0a41c24bc..377fc42f9 100644 --- a/chapter06/makedev-exp.xml +++ b/chapter06/makedev-exp.xml @@ -4,7 +4,9 @@ <para><userinput>./MAKEDEV -v generic:</userinput> This creates generic devices. Normally, these devices are all the devices you need. It's possible that you are missing some special devices that are needed for your hardware -configuration. Create them with ./MAKEDEV -v <device>.</para> +configuration. Create them with ./MAKEDEV -v <device>. +The <userinput>generic-nopty</userinput> option does a similar job but skips +some devices which are not needed if you are using devpts.</para> </sect2> |