Changeset 8545aa19 for chroot/common
- Timestamp:
- May 29, 2006, 9:47:37 PM (18 years ago)
- Children:
- 26f34f68
- Parents:
- d0143e5
- Location:
- chroot/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chroot/common/creatingdirs.xml
rd0143e5 r8545aa19 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 <screen><userinput>install -dv /{bin,boot, dev,etc/opt,home,lib,mnt}17 <screen><userinput>install -dv /{bin,boot,etc/opt,home,lib,mnt} 18 18 install -dv /{sbin,srv,usr/local,var,opt,proc,sys} 19 19 install -dv /root -m 0750 -
chroot/common/kernfs.xml
rd0143e5 r8545aa19 23 23 be mounted:</para> 24 24 25 <screen><userinput>mkdir -pv $LFS/{ proc,sys}</userinput></screen>25 <screen><userinput>mkdir -pv $LFS/{dev,proc,sys}</userinput></screen> 26 26 27 27 <para>Now mount the file systems:</para>
Note:
See TracChangeset
for help on using the changeset viewer.