Changeset 9a86aa58


Ignore:
Timestamp:
03/01/2022 08:11:02 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
327a3ee
Parents:
0fa52f2
Message:

Miscellaneous tweaks found while removing clfs

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • README.CUSTOM

    r0fa52f2 r9a86aa58  
    111111
    112112  1. To add a package to the final JHALFS Makefile you must first create a file
    113      in the custom/config directory.
     113     in the custom/config directory. The directory custom/config may need
     114     to be created first.
    114115       **All config files MUST follow the naming convention, xxx-PKG, where xxx
    115116       is the order number and PKG is the name of the package. The file naming
  • README.PACKAGE_MANAGEMENT

    r0fa52f2 r9a86aa58  
    1919      For now, package management is only available for LFS. The `porg style'
    2020  (see below) package management has been ported to BLFS, but not the distro
    21   style one (the book layout makes it rather difficult). I have not attempted
    22   to adapt this tool for the other flavours of LFS (TODO).
     21  style one (the book layout makes it rather difficult).
    2322
    2423      This tool comes in two flavours:
    2524  - for distros package managers (e.g dpkg or pacman), it basically performs
    26     a "DESTDIR install" for all pages in chapter 6, 7 and 8 of the book. The
     25    a "DESTDIR install" for all pages in chapter 8, 9 and 10 of the book. The
    2726    name of the DESTDIR directory is the same as the one of the executed
    2827    script. The path to this directory is available to the scriplets through
     
    4544  functions, a combination of the two methods could be used, for example for
    4645  DESTDIR installs using fakeroot. This is work in progress and not fully
    47   implemented yet.
     46  implemented yet (well... Closer to a wish list actually).
    4847
    49483. DETAILS:
     
    6261
    6362      In order to use the package manager, it has to be installed at the end of
    64   chapter 5 (temporary installation in /tools) and chapter 6 (final install).
     63  chapter 7 (temporary installation) and chapter 8 (final install).
    6564  Furthermore, the administrative files and directories have to be created
    6665  during the `Creating Directories' and `Creating Essential Files' stages.
  • TODO

    r0fa52f2 r9a86aa58  
    11            jhalfs TODO
    22          ---------------
    3 
     3look at func_download_packages: use cat urls.lst |while read ...
     4instead of for line in $(cat urls.lst)
    45
    56BLFS MODULE (See BLFS/TODO)
Note: See TracChangeset for help on using the changeset viewer.