Changeset 82a8dbfc
- Timestamp:
- Jul 17, 2006, 9:25:42 PM (18 years ago)
- Children:
- 8c58c6c
- Parents:
- 5c05e8f
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5c05e8f r82a8dbfc 33 33 <!ENTITY clfs-wiki "http://trac.cross-lfs.org/"> 34 34 <!ENTITY blfs-root "&lfs-root;blfs/"> 35 <!ENTITY faq-root "&clfs- root;wiki/faq">35 <!ENTITY faq-root "&clfs-wiki;wiki/faq"> 36 36 <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> 37 37 <!ENTITY hints-index "&lfs-root;hints/list.html"> -
introduction/common/askforhelp.xml
r5c05e8f r82a8dbfc 69 69 mean that we will not help you. After all, the CLFS project is 70 70 about personal preference. Be upfront about any changes to 71 the established procedure ,this helps us evaluate and determine71 the established procedure—this helps us evaluate and determine 72 72 possible causes of your problem.</para> 73 73 </note> -
materials/common/introduction.xml
r5c05e8f r82a8dbfc 25 25 most packages. If this search is unsuccessful, try one of the 26 26 alternative means of downloading discussed at <ulink 27 url=" http://cross-lfs.org/files/packages/&major-version;.&minor-version;.&extra-version;"/>.</para>27 url="&packages-root;"/>.</para> 28 28 29 29 <para>Downloaded packages and patches will need to be stored somewhere … … 42 42 <screen><userinput>mkdir -v $CLFS/sources</userinput></screen> 43 43 44 <para>Make this directory writable and sticky. <quote>Sticky</quote>45 m eans that even if multiple users have write permission on a46 directory, only the owner of a file can delete the file within a47 sticky directory. The following command will enable the write and48 sticky modes:</para>44 <para>Make this directory writable and sticky. When a directory is 45 marked <quote>sticky</quote>, that means that even if multiple users have 46 write permission on that directory, any file within that directory can only be 47 deleted or modified by its owner. The following command will enable the 48 write and sticky modes:</para> 49 49 50 50 <screen><userinput>chmod -v a+wt $CLFS/sources</userinput></screen> -
materials/common/patches.xml
r5c05e8f r82a8dbfc 15 15 fixed by the maintainer. The patches also make small modifications to 16 16 make the packages easier to work with. The following patches will be 17 needed to build a nCLFS system:</para>17 needed to build a CLFS system:</para> 18 18 19 19 <variablelist role="materials"> -
packages.ent
r5c05e8f r82a8dbfc 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY packages-root " http://cross-lfs.org/files/packages/&generic-version;/">3 <!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/"> 4 4 5 5 <!-- Note: For empty *-home entities use " " not "" --> -
patches.ent
r5c05e8f r82a8dbfc 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY patches-root " http://cross-lfs.org/files/patches/&generic-version;/">3 <!ENTITY patches-root "&clfs-root;files/patches/&generic-version;/"> 4 4 5 5 <!-- Start of Common Patches -->
Note:
See TracChangeset
for help on using the changeset viewer.