Ignore:
Timestamp:
03/21/2006 04:07:34 PM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
9e1915a
Parents:
0271c0c
Message:

CLFS/master.sh, make FSTAB available in minimal boot mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r0271c0c ra9490ab  
    414414    cat << EOF
    415415        @echo -e "\n\`date\`\n\nKB: \`du -skx --exclude={0,1}??-* \`\n" >logs/$i && \\
    416         cp -v $FSTAB /etc/fstab >>logs/$i 2>&1 && \\
     416        cp -v /sources/fstab /etc/fstab >>logs/$i 2>&1 && \\
    417417        echo -e "\n\`date\`\n\nKB: \`du -skx --exclude={0,1}??-* \`\n" >>logs/$i
    418418EOF
     
    623623        xsltproc --xinclude \
    624624                 --nonet \
    625                  --output ./${PROGNAME}-commands/ \
    626                 $BOOK/stylesheets/dump-commands.xsl $BOOK/$ARCH-index.xml
     625                 -o ./${PROGNAME}-commands/ $XSL $BOOK/$ARCH-index.xml >>$LOGDIR/$LOG 2>&1
    627626      ;;
    628627    hlfs)
Note: See TracChangeset for help on using the changeset viewer.