diff options
Diffstat (limited to 'chapter06/pkgmgt.xml')
-rw-r--r-- | chapter06/pkgmgt.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index 8b563ec33..67ffd1cd7 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -227,7 +227,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <para>Creation of package files that include dependency information is complex and is beyond the scope of LFS.</para> - <para>Slackware uses a <command>tar</command> based system for package + <para>Slackware uses a <command>tar</command> based system for package archives. This system purposely does not handle package dependencies as more complex package managers do. For details of Slackware package management, see <ulink @@ -259,7 +259,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> the root directory (about 250MB uncompressed for a base LFS build), copying that file via network transfer or CD-ROM to the new system and expanding it. From that point, a few configuration files will have to be changed. - Configuration files that may need to be updated include: + Configuration files that may need to be updated include: <filename>/etc/hosts</filename>, <filename>/etc/fstab</filename>, <filename>/etc/passwd</filename>, @@ -268,7 +268,7 @@ make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> <filename>/etc/ld.so.conf</filename>, <filename>/etc/sysconfig/rc.site</filename>, <filename>/etc/sysconfig/network</filename>, and - <filename>/etc/sysconfig/ifconfig.eth0</filename>. + <filename>/etc/sysconfig/ifconfig.eth0</filename>. </para> <para>A custom kernel may need to be built for the new system depending on |