Changeset 987edf2b for partitioning/common
- Timestamp:
- Feb 21, 2006, 2:18:26 AM (19 years ago)
- Children:
- de6bc65
- Parents:
- 62c1c5dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
partitioning/common/mounting.xml
r62c1c5dd r987edf2b 26 26 running:</para> 27 27 28 <screen><userinput>mkdir -p $LFS29 mount /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen>28 <screen><userinput>mkdir -pv $LFS 29 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen> 30 30 31 31 <para>Replace <replaceable>[xxx]</replaceable> with the designation of … … 36 36 class="directory">/usr</filename>), mount them using:</para> 37 37 38 <screen><userinput>mkdir -p $LFS39 mount /dev/<replaceable>[xxx]</replaceable> $LFS40 mkdir $LFS/usr41 mount /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen>38 <screen><userinput>mkdir -pv $LFS 39 mount -v /dev/<replaceable>[xxx]</replaceable> $LFS 40 mkdir -v $LFS/usr 41 mount -v /dev/<replaceable>[yyy]</replaceable> $LFS/usr</userinput></screen> 42 42 43 43 <para>Replace <replaceable>[xxx]</replaceable> and
Note:
See TracChangeset
for help on using the changeset viewer.