Updated command explanation on makedev

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@150 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-14 01:36:45 +00:00
parent 52313679f6
commit ee6b6fba8e
3 changed files with 4 additions and 11 deletions

View File

@ -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>

View File

@ -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 <userinput>./MAKEDEV-temp -v generic</userinput> This creates the device
default the Makedev script only creates the hda1-hda8 and hdb1-hdb8 files.
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.
</para> </para>
</sect2> </sect2>

View File

@ -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">