Ignore:
Timestamp:
12/13/2015 03:28:33 PM (9 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
6b6d54d
Parents:
2453b766
Message:

Add IP, hostname, domain, etc to the list of configuration parameters.
Font and encoding are in configuration too, but are not passed to the build
commands
Works only for LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r2453b766 r77fa8ba  
    132132        fi
    133133        popd > /dev/null
    134         xsltproc --nonet \
    135                  --xinclude \
    136                  --stringparam testsuite $TEST \
    137                  --stringparam bomb-testsuite $BOMB_TEST \
    138                  --stringparam vim-lang $VIMLANG \
    139                  --stringparam full-locale $FULL_LOCALE \
    140                  --stringparam timezone $TIMEZONE \
    141                  --stringparam page $PAGE \
    142                  --stringparam lang $LANG \
    143                  --stringparam pkgmngt $PKGMNGT \
     134        xsltproc --nonet                                   \
     135                 --xinclude                                \
     136                 --stringparam testsuite      $TEST        \
     137                 --stringparam bomb-testsuite $BOMB_TEST   \
     138                 --stringparam vim-lang       $VIMLANG     \
     139                 --stringparam full-locale    $FULL_LOCALE \
     140                 --stringparam timezone       $TIMEZONE    \
     141                 --stringparam page           $PAGE        \
     142                 --stringparam lang           $LANG        \
     143                 --stringparam pkgmngt        $PKGMNGT     \
     144                 --stringparam hostname       $HOSTNAME    \
     145                 --stringparam interface      $INTERFACE   \
     146                 --stringparam ip             $IP_ADDR     \
     147                 --stringparam gateway        $GATEWAY     \
     148                 --stringparam prefix         $PREFIX      \
     149                 --stringparam broadcast      $BROADCAST   \
     150                 --stringparam domain         $DOMAIN      \
     151                 --stringparam nameserver1    $DNS1        \
     152                 --stringparam nameserver2    $DNS2        \
    144153                 -o ./${PROGNAME}-commands/ $XSL $BOOK/index.xml >>$LOGDIR/$LOG 2>&1
    145154      ;;
Note: See TracChangeset for help on using the changeset viewer.