makedev-inst.sgml 625 B

123456789101112131415161718192021222324252627
  1. <sect2>
  2. <title>Installation of MAKEDEV</title>
  3. <para>
  4. Install MAKEDEV by running the following commands:
  5. </para>
  6. <blockquote><literallayout>
  7. <userinput>sed "s/# 9/9/" MAKEDEV &gt;$LFS/dev/MAKEDEV
  8. &amp;&amp;</userinput>
  9. <userinput>chmod 754 $LFS/dev/MAKEDEV &amp;&amp;</userinput>
  10. <userinput>cp $LFS/dev/MAKEDEV $LFS/dev/MAKEDEV-temp
  11. &amp;&amp;</userinput>
  12. <userinput>cd $LFS/dev &amp;&amp;</userinput>
  13. <userinput>patch -Ni $LFS/usr/src/MAKEDEV-2.5.patch</userinput>
  14. </literallayout></blockquote>
  15. <para>
  16. The actual creation of the device files in $LFS/dev will be taken care
  17. of in chapter 6.
  18. </para>
  19. </sect2>