mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
6370fa6cff
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@14 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
20 lines
502 B
Plaintext
20 lines
502 B
Plaintext
<sect1 id="ch07-createdirs">
|
|
<title>Creating directories</title>
|
|
|
|
<para>
|
|
We need to start by creating a few extra directories that are used by
|
|
the boot scripts. Create these directories by running:
|
|
</para>
|
|
|
|
<blockquote><literallayout>
|
|
|
|
<userinput>cd /etc &&</userinput>
|
|
<userinput>mkdir sysconfig rc0.d rc1.d rc2.d rc3.d &&</userinput>
|
|
<userinput>mkdir rc4.d rc5.d rc6.d init.d rcS.d &&</userinput>
|
|
<userinput>cd init.d</userinput>
|
|
|
|
</literallayout></blockquote>
|
|
|
|
</sect1>
|
|
|