mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00: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>
|
||||
<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>
|
||||
Create the device files by running the following commands:
|
||||
</para>
|
||||
@ -19,7 +8,8 @@ Create the device files by running the following commands:
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>cd /dev &&</userinput>
|
||||
<userinput>./MAKEDEV -v generic</userinput>
|
||||
<userinput>./MAKEDEV-temp -v generic &&</userinput>
|
||||
<userinput>rm MAKEDEV-temp</userinput>
|
||||
|
||||
</literallayout></blockquote>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user