Changeset 76ccbb3


Ignore:
Timestamp:
01/25/2006 09:05:21 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3a35b11
Parents:
f6e901d6
Message:

Add information about package management

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf6e901d6 r76ccbb3  
    3838
    3939    <listitem>
     40      <para>January 25, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[matthew] - Add information about package management.  Thanks to
     44          the BLFS project for the text.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>January 24, 2006</para>
    4151      <itemizedlist>
  • chapter06/chapter06.xml

    rf6e901d6 r76ccbb3  
    1010
    1111<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
     12<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pkgmgt.xml"/>
    1213<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="kernfs.xml"/>
    1314<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="chroot.xml"/>
  • chapter06/introduction.xml

    rf6e901d6 r76ccbb3  
    5959the package installs.</para>
    6060
    61 <para>To keep track of which package installs particular files, a package
    62 manager can be used. For a general overview of different styles of package
    63 managers, please refer to <ulink
    64 url="&blfs-root;view/svn/introduction/important.html"/>.
    65 For a package management method specifically geared towards LFS, we recommend <ulink
    66 url="&hints-root;more_control_and_pkg_man.txt"/>.</para>
    67 
    68 <note><para>The remainder of this book is to be performed while logged in as
    69 user <emphasis>root</emphasis> and no longer as user <emphasis>lfs</emphasis>.
    70 Also, double check that <envar>$LFS</envar> is set.</para></note>
    71 
    7261</sect1>
    7362
  • general.ent

    rf6e901d6 r76ccbb3  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060124">
    3 <!ENTITY releasedate "January 24, 2006">
     2<!ENTITY version "SVN-20060125">
     3<!ENTITY releasedate "January 25, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.