Ignore:
Timestamp:
02/28/2022 12:30:53 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
16cef03
Parents:
3faf067
Message:

Remove legacy: remove everything about HLFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_download_pkgs

    r3faf067 r978286a  
    147147        echo " ...OK"
    148148      ;;
    149     hlfs)
    150         echo -n "Creating HLFS <${MODEL}> + <${KERNEL}> specific URLs file"
    151         xsltproc --nonet --xinclude             \
    152                  --stringparam server "$SERVER" \
    153                  --stringparam family lfs       \
    154                  --stringparam model "$MODEL"   \
    155                  --stringparam kernel "$KERNEL" \
    156                  -o $BUILDDIR/sources/urls.lst  \
    157                  urls.xsl                       \
    158                  $BOOK/chapter04/chapter04.xml >>$LOGDIR/$LOG 2>&1
    159         echo " ...OK"
    160       ;;
    161149    lfs)
    162150        echo -n "Creating LFS specific URLs file"
Note: See TracChangeset for help on using the changeset viewer.