Changeset 0060a51 for BOOK/chroot/common
- Timestamp:
- Jan 25, 2014, 7:19:32 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 50a9abe1
- Parents:
- 8c2ac4d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/createfiles.xml
r8c2ac4d r0060a51 11 11 <title>Creating Essential Symlinks</title> 12 12 13 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"14 href="../../boot/common/createfiles.xml"15 xpointer="xpointer(//*[@os='a'])"/>13 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 14 href="../../boot/common/createfiles.xml" 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,pwd,stty} /bin … … 23 23 ln -sv /run /var/run</userinput></screen> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../boot/common/createfiles.xml" 27 xpointer="xpointer(//*[@os='c'])"/> 28 29 <screen os="d"><userinput>ln -sv /proc/self/mounts /etc/mtab</userinput></screen> 30 25 31 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.