Changes in / [69ae77b:93adfd5f]
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/general.ent
r69ae77b r93adfd5f 3 3 <!ENTITY month "12"> <!-- Use two digits --> 4 4 <!ENTITY month_name "December"> 5 <!ENTITY day " 06"> <!-- Use two digits -->5 <!ENTITY day "10"> <!-- Use two digits --> 6 6 <!ENTITY year "2015"> <!-- Use four digits --> 7 7 -
BOOK/partitioning/common/aboutclfs.xml
r69ae77b r93adfd5f 21 21 following command:</para> 22 22 23 <screen><userinput>export CLFS=<replaceable> [/mnt/clfs]</replaceable></userinput></screen>23 <screen><userinput>export CLFS=<replaceable>/mnt/clfs</replaceable></userinput></screen> 24 24 25 25 <para>Having this variable set is beneficial in that commands such as -
BOOK/partitioning/common/mounting.xml
r69ae77b r93adfd5f 18 18 <envar>CLFS</envar> variable is set, if you haven't already:</para> 19 19 20 <screen><userinput>export CLFS=<replaceable> [/mnt/clfs]</replaceable></userinput></screen>20 <screen><userinput>export CLFS=<replaceable>/mnt/clfs</replaceable></userinput></screen> 21 21 22 22 <para>Next, create the mount point and mount the CLFS file system by
Note:
See TracChangeset
for help on using the changeset viewer.