aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/introduction.xml
blob: 5b2be4f32507be5094ae8170cf4209d6155764f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../general.ent">
  %general-entities;
]>
<sect1 id="materials-introduction">
<title>Introduction</title>
<?dbhtml filename="introduction.html"?>

<para>Create a dir for the sources:</para>

<screen><userinput>mkdir $LFS/sources</userinput></screen>

<para>Set the permissions of that dir:</para>

<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>

</sect1>