mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
fix MAKEDEV install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2581 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bf2d7c125f
commit
9b22493a8a
@ -9,12 +9,13 @@ the file contains one shell script.</para>
|
|||||||
|
|
||||||
<para>Install the MAKEDEV script:</para>
|
<para>Install the MAKEDEV script:</para>
|
||||||
|
|
||||||
<para><screen><userinput>bzcat MAKEDEV-&makedev-version; > /etc/MAKEDEV
|
<para><screen><userinput>bzcat MAKEDEV-&makedev-version;.bz2 > /dev/MAKEDEV
|
||||||
chmod 754 /etc/MAKEDEV</userinput></screen></para>
|
chmod 754 /dev/MAKEDEV</userinput></screen></para>
|
||||||
|
|
||||||
<para>Run the script to create the device files:</para>
|
<para>Run the script to create the device files:</para>
|
||||||
|
|
||||||
<para><screen><userinput>./MAKEDEV -v generic</userinput></screen></para>
|
<para><screen><userinput>cd /dev
|
||||||
|
./MAKEDEV -v generic</userinput></screen></para>
|
||||||
|
|
||||||
<para>If a device you need is missing, try running
|
<para>If a device you need is missing, try running
|
||||||
<userinput>./MAKEDEV -v <device></userinput>. Alternatively, you may
|
<userinput>./MAKEDEV -v <device></userinput>. Alternatively, you may
|
||||||
|
Loading…
Reference in New Issue
Block a user