aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/makedev-exp.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-02 23:06:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-02 23:06:17 +0000
commit683076e12a39a2ef0ffb742c17e92deec67937e1 (patch)
treecd6f391a067df9b80749ed5c1ccf2e17c1bb7e0e /chapter05/makedev-exp.xml
parenteeeea351dc34b7d364e3813bde2c6b4f0ff2ba53 (diff)
Removed makedev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@402 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/makedev-exp.xml')
-rw-r--r--chapter05/makedev-exp.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/chapter05/makedev-exp.xml b/chapter05/makedev-exp.xml
deleted file mode 100644
index f3d4ff980..000000000
--- a/chapter05/makedev-exp.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<sect2>
-<title>Command explanations</title>
-
-<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.
-</para>
-
-</sect2>
-