blob: 2573020b60dd87e3a2535ef5101c7f050d5c9277 (
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.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/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>
|