Changeset 586feb7 in clfs-sysroot for BOOK/bootable/common
- Timestamp:
- Jul 2, 2006, 12:45:15 PM (18 years ago)
- Branches:
- master
- Children:
- 940e6b3
- Parents:
- 89c10a9
- Location:
- BOOK/bootable/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/common/chowning.xml
r89c10a9 r586feb7 19 19 <para>The commands in the remainder of this book must be performed while 20 20 logged in as <systemitem class="username">root</systemitem>. Check that 21 $ LFS is still set:</para>21 $CLFS is still set:</para> 22 22 23 <screen><userinput>echo $ LFS</userinput></screen>23 <screen><userinput>echo $CLFS</userinput></screen> 24 24 25 25 </important> … … 28 28 entire lfs system.</para> 29 29 30 <screen><userinput>chown -Rv root:root ${ LFS}</userinput></screen>30 <screen><userinput>chown -Rv root:root ${CLFS}</userinput></screen> 31 31 32 32 <para>The following files are not the be owned by 33 33 <systemitem class="username">root</systemitem>.</para> 34 34 35 <screen><userinput>chgrp -v utmp ${ LFS}/var/run/utmp ${LFS}/var/log/lastlog</userinput></screen>35 <screen><userinput>chgrp -v utmp ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen> 36 36 37 37 <para>The following device nodes need to be created for the system to 38 38 boot.</para> 39 39 40 <screen><userinput>mknod -m 0666 ${ LFS}/dev/null c 1 341 mknod -m 0600 ${ LFS}/dev/console c 5 1</userinput></screen>40 <screen><userinput>mknod -m 0666 ${CLFS}/dev/null c 1 3 41 mknod -m 0600 ${CLFS}/dev/console c 5 1</userinput></screen> 42 42 43 43 <para>If you did not create the following rules in <xref linkend="ch-scripts-udev-rules"/>. You 44 44 need to create them now.</para> 45 45 46 <screen><userinput>mknod -m 0666 ${ LFS}/lib/udev/devices/null c 1 347 mknod -m 0600 ${ LFS}/lib/udev/devices/console c 5 1</userinput></screen>46 <screen><userinput>mknod -m 0666 ${CLFS}/lib/udev/devices/null c 1 3 47 mknod -m 0600 ${CLFS}/lib/udev/devices/console c 5 1</userinput></screen> 48 48 49 49 </sect1> -
BOOK/bootable/common/fstab.xml
r89c10a9 r586feb7 20 20 to mounting. Create a new file systems table like this:</para> 21 21 22 <screen><userinput>cat > ${ LFS}/etc/fstab << "EOF"22 <screen><userinput>cat > ${CLFS}/etc/fstab << "EOF" 23 23 <literal># Begin /etc/fstab 24 24
Note:
See TracChangeset
for help on using the changeset viewer.