Ignore:
Timestamp:
06/03/2007 10:54:07 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6d48bb7
Parents:
5c575e1
Message:

HLFS: Select the proper kernel package for packages list and download.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r5c575e1 r139c34e  
    119119
    120120    hlfs)
    121         echo -n " ${L_arrow}${BOLD}$MODEL${R_arrow} HLFS libc implementation... "
     121        echo -n " ${L_arrow}${BOLD}$MODEL + $KERNEL${R_arrow} HLFS flavour... "
    122122        xsltproc --nonet \
    123123                 --xinclude \
     
    178178      ;;
    179179    hlfs)
    180         xsltproc --nonet --xinclude -o pkg_tarball_list packages.xsl \
     180        xsltproc --nonet --xinclude
     181                 --stringparam model $MODEL \
     182                 --stringparam kernel $KERNEL \
     183                  -o pkg_tarball_list packages.xsl \
    181184                 $BOOK/chapter04/chapter04.xml >>$LOGDIR/$LOG 2>&1
    182185      ;;
Note: See TracChangeset for help on using the changeset viewer.