mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
e12115e329
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
459 B
XML
14 lines
459 B
XML
<sect1 id="ch07-createdirs">
|
|
<title>Creating directories</title>
|
|
<?dbhtml filename="createdirs.html" dir="chapter07"?>
|
|
|
|
<para>We need to start by creating a few extra directories that are used by
|
|
the boot scripts. These directories are created by running:</para>
|
|
|
|
<para><screen><userinput>cd /etc &&</userinput>
|
|
<userinput>mkdir rc{0,1,2,3,4,5,6,S}.d init.d sysconfig &&</userinput>
|
|
<userinput>cd init.d</userinput></screen></para>
|
|
|
|
</sect1>
|
|
|