Changeset d150ded for BOOK/final-system/common
- Timestamp:
- Jan 4, 2014, 11:08:30 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3e3b362
- Parents:
- 67d32d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
r67d32d7 rd150ded 50 50 install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen> 51 51 52 <para os="i">Create symlinks for backwards-compatibility with Sysvinit:</para> 53 54 <screen os="j"><userinput>for tool in runlevel reboot shutdown poweroff halt telinit; do 55 ln -sfv ../bin/systemctl /sbin/$tool 56 done 57 ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> 58 59 <para os="k">Modify a configuration file which references a group that 60 doesn't exist:</para> 61 62 <screen os="l"><userinput>sed -i "s@root lock@0root root@g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen> 63 52 64 </sect2> 53 65 … … 62 74 <primary sortas="e-/etc/os-release">/etc/os-release</primary> 63 75 </indexterm> 76 77 <para>Create <filename>/etc/machine-id</filename> which is needed 78 by Journald:</para> 79 80 <screen><userinput>systemd-machine-id-setup</userinput></screen> 64 81 65 82 <para>Create a file to identify the operating system.
Note:
See TracChangeset
for help on using the changeset viewer.