Changeset 513b259


Ignore:
Timestamp:
06/07/2007 06:55:42 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1d4eebf
Parents:
d035526
Message:

Skipped several unuseful book commands via nodump.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    rd035526 r513b259  
    173173      *expect* )  [[ "$TEST" = "0" ]] && continue; ;;
    174174      *dejagnu* ) [[ "$TEST" = "0" ]] && continue; ;;
    175         # Nothing interestin in this script
    176       *introduction* ) continue ;;
    177175        # Test if the stripping phase must be skipped
    178176      *stripping* ) [[ "$STRIP" = "n" ]] && continue ;;
     
    414412    this_script=`basename $file`
    415413
    416     # Grub must be configured manually.
    417     # The filesystems can't be unmounted via Makefile and the user
    418     # should enter the chroot environment to create the root
    419     # password, edit several files and setup Grub.
    420414    case $this_script in
    421       *usage)    continue  ;; # Contains example commands
    422       *grub)     continue  ;;
     415      *grub)     continue  ;; # Grub must be configured manually.
    423416      *console)  continue  ;; # Use the file generated by lfs-bootscripts
    424       *finished) continue  ;; # Customized /etc/hlfs-release created in all target
    425417      *fstab)    [[ ! -z ${FSTAB} ]] && cp ${FSTAB} $BUILDDIR/sources/fstab
    426418        ;;
Note: See TracChangeset for help on using the changeset viewer.