diff options
Diffstat (limited to 'chapter06/pkgmgt.xml')
-rw-r--r-- | chapter06/pkgmgt.xml | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index a451f2162..d004e1e7c 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -260,21 +260,27 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <filename>/etc/fstab</filename>, <filename>/etc/passwd</filename>, <filename>/etc/group</filename>, - <filename>/etc/shadow</filename>, - <filename>/etc/ld.so.conf</filename>, - <filename>/etc/sysconfig/rc.site</filename>, - <filename>/etc/sysconfig/network</filename>, and - <filename>/etc/sysconfig/ifconfig.eth0</filename>. + <phrase revision="systemd"> + <filename>/etc/shadow</filename>, and + <filename>/etc/ld.so.conf</filename>. + </phrase> + <phrase revision="sysv"> + <filename>/etc/shadow</filename>, + <filename>/etc/ld.so.conf</filename>, + <filename>/etc/sysconfig/rc.site</filename>, + <filename>/etc/sysconfig/network</filename>, and + <filename>/etc/sysconfig/ifconfig.eth0</filename>. + </phrase> </para> <para>A custom kernel may need to be built for the new system depending on differences in system hardware and the original kernel configuration.</para> - <note><para>There have been some reports of issues when copying between - similar but not identical architectures. For instance the instruction set - for Intel architectures is not identical with AMD processors and later - versions of some processors may have instructions not available in + <note><para>There have been some reports of issues when copying between + similar but not identical architectures. For instance, the instruction set + for an Intel system is not identical with an AMD processor and later + versions of some processors may have instructions that are unavailable in earlier versions.</para></note> <para>Finally the new system has to be made bootable via <xref |