Changeset 575bcf3 for pkgmngt


Ignore:
Timestamp:
02/12/2012 06:33:40 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e639536
Parents:
4fa38dd
Message:

Modifies package manager scriptlet generation so that it is possible to
install several packages instead of only one (needed for pacman)

Location:
pkgmngt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkgmngt/packageManager.xml

    r4fa38dd r575bcf3  
    193193</sect1>
    194194
    195 <sect1 id="ch-system-pkgmngt-creatingdirs">
     195<sect1 id="ch-pkgmngt-creatingdirs">
    196196  <?dbhtml filename="creatingdirs.html"?>
    197197
     
    210210</sect1>
    211211
    212 <sect1 id="ch-system-pkgmngt-createfiles">
     212<sect1 id="ch-pkgmngt-createfiles">
    213213  <?dbhtml filename="createfiles.html"?>
    214214
  • pkgmngt/packageManager.xml.template

    r4fa38dd r575bcf3  
    8282end of the creating dirs instructions of the book. Do not change the
    8383following line -->
    84 <sect1 id="ch-system-pkgmngt-creatingdirs">
     84<sect1 id="ch-pkgmngt-creatingdirs">
    8585
    86 <!-- Put the create dir intructions there. fille free to add
     86<!-- Put the create dir intructions there. feel free to add
    8787any explaining <title>Title</title> and <para>explanations</para> -->
    8888<screen><userinput>mkdir -pv /var/{log,lib/dpkg/{info,updates}}
     
    9191</sect1>
    9292<!-- Same for files. Do not change the following line -->
    93 <sect1 id="ch-system-pkgmngt-createfiles">
     93<sect1 id="ch-pkgmngt-createfiles">
    9494
    9595<screen><userinput>touch /var/lib/dpkg/{available,status}
Note: See TracChangeset for help on using the changeset viewer.