Ignore:
Timestamp:
06/10/2020 08:01:17 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
6447575
Parents:
36f5dce
Message:

Adapt for the cross 2 branch. Note that ICA is broken now. Keeping some old
code to use for fixing ICA, but committing now so that testing can begin!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r36f5dce rebe1ba6  
    198198# Remove flags requesting user action in some cases. Much easier here than
    199199# in the stylesheet...
    200         sed -i 's/-iv /-v /' ./${PROGNAME}-commands/chapter08/*kernel*
     200        sed -i 's/-iv /-v /' ./${PROGNAME}-commands/chapter??/*kernel*
    201201      ;;
    202202    *)  echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... "
     
    316316      xsltproc --nonet \
    317317               -o kernfs-scripts/teardown.sh kernfs.xsl \
    318                $BOOK/chapter09/reboot.xml >> $LOGDIR/$LOG 2>&1
     318               $BOOK/chapter??/reboot.xml >> $LOGDIR/$LOG 2>&1
    319319      ;;
    320320    *)
Note: See TracChangeset for help on using the changeset viewer.