Browse Source

Updated command explanation on makedev

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 years ago
parent
commit
ee6b6fba8e
3 changed files with 4 additions and 11 deletions
  1. 1 1
      chapter01/changelog.sgml
  2. 2 10
      chapter06/makedev-exp.sgml
  3. 1 0
      intel.sgml

+ 1 - 1
chapter01/changelog.sgml

@@ -31,7 +31,7 @@ need a few device files to get Glibc installed, but before GLibc is
 installed user and group names are not recognized yet; only the numeric
 installed user and group names are not recognized yet; only the numeric
 id's. This requires a slightly modified MAKEDEV script which will be
 id's. This requires a slightly modified MAKEDEV script which will be
 generated by patching the original one. This patching is done here in
 generated by patching the original one. This patching is done here in
-chapter 5.
+chapter 5. Also, fixed the explanations on both makedev installations.
 </para></listitem>
 </para></listitem>
 
 
 <listitem><para>
 <listitem><para>

+ 2 - 10
chapter06/makedev-exp.sgml

@@ -2,16 +2,8 @@
 <title>Command explanations</title>
 <title>Command explanations</title>
 
 
 <para>
 <para>
-<userinput>sed "s/# 9/9/" MAKEDEV &gt;/dev/MAKEDEV:</userinput> By
-default the Makedev script only creates the hda1-hda8 and hdb1-hdb8
-devices. By replacing "# 9" by "9"'s in the MAKEDEV script, it will
-create hda1-hda20, hdb1-hdb20 and possible others (like hdc and hdd)
-</para>
-
-<para>
-<userinput>chmod 754 /dev/MAKEDEV:</userinput> This sets the permissions
-of the MAKEDEV script to mode 754 which makes it executable only for
-owner and group and readable by everybody.
+<userinput>./MAKEDEV-temp -v generic</userinput> This creates the device
+files.
 </para>
 </para>
 
 
 </sect2>
 </sect2>

+ 1 - 0
intel.sgml

@@ -174,6 +174,7 @@
 <!ENTITY c5-pp-gettext-inst SYSTEM "intel/chapter5/gettext-static-inst.sgml">
 <!ENTITY c5-pp-gettext-inst SYSTEM "intel/chapter5/gettext-static-inst.sgml">
 <!ENTITY c5-pp-makedev SYSTEM "intel/chapter5/makedev.sgml">
 <!ENTITY c5-pp-makedev SYSTEM "intel/chapter5/makedev.sgml">
 <!ENTITY c5-pp-makedev-inst SYSTEM "intel/chapter5/makedev-inst.sgml">
 <!ENTITY c5-pp-makedev-inst SYSTEM "intel/chapter5/makedev-inst.sgml">
+<!ENTITY c5-pp-makedev-exp SYSTEM "intel/chapter5/makedev-exp.sgml">
 <!ENTITY c5-pp-pwdgroup SYSTEM "intel/chapter5/pwdgroup.sgml">
 <!ENTITY c5-pp-pwdgroup SYSTEM "intel/chapter5/pwdgroup.sgml">
 <!ENTITY c5-pp-proc SYSTEM "intel/chapter5/proc.sgml">
 <!ENTITY c5-pp-proc SYSTEM "intel/chapter5/proc.sgml">