From 0650a034c7e52baff673f12e0abfacfce8079fc2 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 6 Sep 2003 01:52:45 +0000 Subject: Minor typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2744 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/makedev-inst.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/makedev-inst.xml b/chapter06/makedev-inst.xml index 4f82d0694..cac1d0fea 100644 --- a/chapter06/makedev-inst.xml +++ b/chapter06/makedev-inst.xml @@ -15,7 +15,7 @@ chmod 754 /dev/MAKEDEV Run the script to create the device files: cd /dev -./MAKEDEV -v generic +./MAKEDEV -v generic-nopty If a device you need is missing, try running ./MAKEDEV -v <device>. Alternatively, you may @@ -23,11 +23,5 @@ create devices via the mknod program. Please refer to the man and info pages of mknod if you need more information. -If you intend to use devpts, pass the -generic-nopty option to MAKEDEV. -This creates the same devices as generic, but it skips -the creation of pty devices so that -devpts can manage those. - -- cgit v1.2.3-54-g00ecf