diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 09:25:15 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 09:25:15 +0000 |
commit | f8fe1c1eeb0612a83735906285a08f4b5cb56337 (patch) | |
tree | 22a6aee809101c6f66c979bf7d3f5ef112f8c5bc /chapter06/makedev-exp.xml | |
parent | 6293eb6f337084ce16075db0f0228b677c241ee5 (diff) |
Convert makedev into new layout.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2332 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/makedev-exp.xml')
-rw-r--r-- | chapter06/makedev-exp.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chapter06/makedev-exp.xml b/chapter06/makedev-exp.xml deleted file mode 100644 index f41589da6..000000000 --- a/chapter06/makedev-exp.xml +++ /dev/null @@ -1,13 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>./MAKEDEV -v generic:</userinput> This creates a whole -bunch of devices. Normally, these are all the devices you will need. But it -is possible that some special devices needed for your hardware configuration -are missing. Create these with ./MAKEDEV -v <device>. -The <userinput>generic-nopty</userinput> option mostly creates the same -devices as <userinput>generic</userinput>, but skips those that aren't -needed if you are using devpts.</para> - -</sect2> - |