Changes in BOOK/chroot/common/kernfs.xml [24b004c:ebfb62d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/chroot/common/kernfs.xml
r24b004c rebfb62d 11 11 <title>Mounting Virtual Kernel File Systems</title> 12 12 13 <note os="a"> 14 <para>The commands in the remainder of the book should be run as 15 the <systemitem class="username">root</systemitem> user. Check 16 that ${CLFS} is set in the 17 <systemitem class="username">root</systemitem> user’s environment 18 before proceeding.</para> 19 </note> 13 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 14 href="../../boot/common/devices.xml" 15 xpointer="xpointer(//*[@os='a'])"/> 20 16 21 17 <para>Various file systems exported by the kernel are used to communicate … … 46 42 47 43 <para>Once the system is complete and booting, the rest of our device 48 nodes are created by Udev, part of Systemd. Since this package is not44 nodes are created by the Eudev package. Since this package is not 49 45 available to us right now, we must take other steps to provide device 50 46 nodes under on the CLFS filesystem. We will use the <quote>bind</quote> … … 54 50 <screen><userinput>mount -v -o bind /dev ${CLFS}/dev</userinput></screen> 55 51 56 <para>Additional file systems will soon be mounted from within the chroot 52 <para>Additional file systems will soon be mounted from within the chroot 57 53 environment. To keep the host up to date, perform a <quote>fake mount</quote> 58 54 for each of these now:</para>
Note:
See TracChangeset
for help on using the changeset viewer.