Changeset 93adfd5f
- Timestamp:
- Dec 13, 2015, 1:30:35 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c636dee
- Parents:
- 69ae77b (diff), 9aeb02b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - 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.