mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Updated installation instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@122 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c93a7a65cb
commit
4c72a6ab2d
@ -1,17 +1,6 @@
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Installation of MAKEDEV</title>
|
<title>Installation of MAKEDEV</title>
|
||||||
|
|
||||||
<para>
|
|
||||||
Install MAKEDEV by running the following commands:
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<blockquote><literallayout>
|
|
||||||
|
|
||||||
<userinput>sed "s/# 9/9/" MAKEDEV >/dev/MAKEDEV &&</userinput>
|
|
||||||
<userinput>chmod 754 /dev/MAKEDEV</userinput>
|
|
||||||
|
|
||||||
</literallayout></blockquote>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Create the device files by running the following commands:
|
Create the device files by running the following commands:
|
||||||
</para>
|
</para>
|
||||||
@ -19,7 +8,8 @@ Create the device files by running the following commands:
|
|||||||
<blockquote><literallayout>
|
<blockquote><literallayout>
|
||||||
|
|
||||||
<userinput>cd /dev &&</userinput>
|
<userinput>cd /dev &&</userinput>
|
||||||
<userinput>./MAKEDEV -v generic</userinput>
|
<userinput>./MAKEDEV-temp -v generic &&</userinput>
|
||||||
|
<userinput>rm MAKEDEV-temp</userinput>
|
||||||
|
|
||||||
</literallayout></blockquote>
|
</literallayout></blockquote>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user