Changes in / [43100c0:961afdcd]
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/common/changingowner.xml
r43100c0 r961afdcd 21 21 <screen os="b"><userinput>chown -Rv &uid-root;:&gid-root; ${CLFS}</userinput></screen> 22 22 23 <para>The following files are to be owned by the group 24 <systemitem class="username">utmp</systemitem> not by 25 <systemitem class="username">root</systemitem>.</para> 26 27 <screen><userinput>chgrp -v &gid-utmp; ${CLFS}/var/run/utmp ${CLFS}/var/log/lastlog</userinput></screen> 28 29 23 30 </sect1> -
BOOK/boot/common/devices.xml
r43100c0 r961afdcd 42 42 <para>When Systemd starts a tmpfs filesystem is mounted over 43 43 <filename class="directory">/dev</filename> and the previous entries are 44 no-longer available. The foll owing command creates files that are copied44 no-longer available. The folling command creates files that are copied 45 45 over when udevd starts:</para> 46 46 -
BOOK/boot/common/pwdgroup.xml
r43100c0 r961afdcd 9 9 <?dbhtml filename="pwdgroup.html"?> 10 10 11 <title>Creating the passwd and groupFiles</title>11 <title>Creating the passwd, group, and log Files</title> 12 12 13 13 <indexterm zone="ch-boot-pwdgroup"> … … 17 17 <indexterm zone="ch-boot-pwdgroup"> 18 18 <primary sortas="e-/etc/group">/etc/group</primary> 19 </indexterm> 20 21 <indexterm zone="ch-boot-pwdgroup"> 22 <primary sortas="e-/var/run/utmp">/var/run/utmp</primary> 23 </indexterm> 24 25 <indexterm zone="ch-boot-pwdgroup"> 26 <primary sortas="e-/var/log/btmp">/var/log/btmp</primary> 27 </indexterm> 28 29 <indexterm zone="ch-boot-pwdgroup"> 30 <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary> 31 </indexterm> 32 33 <indexterm zone="ch-boot-pwdgroup"> 34 <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary> 19 35 </indexterm> 20 36 … … 176 192 177 193 <para os="e">The created groups are not part of any standard—they are 178 groups decided on in part by the requirements of the Systemdconfiguration194 groups decided on in part by the requirements of the Eudev configuration 179 195 in the final system, and in part by common convention employed by a 180 196 number of existing Linux distributions. The Linux Standard Base (LSB, -
BOOK/chroot/common/kernfs.xml
r43100c0 r961afdcd 42 42 43 43 <para>Once the system is complete and booting, the rest of our device 44 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 45 45 available to us right now, we must take other steps to provide device 46 46 nodes under on the CLFS filesystem. We will use the <quote>bind</quote> -
BOOK/chroot/common/pwdgroup.xml
r43100c0 r961afdcd 9 9 <?dbhtml filename="pwdgroup.html"?> 10 10 11 <title>Creating the passwd and groupFiles</title>11 <title>Creating the passwd, group, and log Files</title> 12 12 13 13 <indexterm zone="ch-chroot-pwdgroup"> … … 17 17 <indexterm zone="ch-chroot-pwdgroup"> 18 18 <primary sortas="e-/etc/group">/etc/group</primary> 19 </indexterm> 20 21 <indexterm zone="ch-chroot-pwdgroup"> 22 <primary sortas="e-/var/run/utmp">/var/run/utmp</primary> 23 </indexterm> 24 25 <indexterm zone="ch-chroot-pwdgroup"> 26 <primary sortas="e-/var/log/btmp">/var/log/btmp</primary> 27 </indexterm> 28 29 <indexterm zone="ch-chroot-pwdgroup"> 30 <primary sortas="e-/var/log/lastlog">/var/log/lastlog</primary> 31 </indexterm> 32 33 <indexterm zone="ch-chroot-pwdgroup"> 34 <primary sortas="e-/var/log/wtmp">/var/log/wtmp</primary> 19 35 </indexterm> 20 36
Note:
See TracChangeset
for help on using the changeset viewer.