Changeset f940c29


Ignore:
Timestamp:
07/29/2007 11:57:40 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
2c2d830
Parents:
e205afc
Message:

CLFS: In the boot method skip *introduction run. The $MOUNT_PT write permission issue is already handled in 026-settingenvironment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    re205afc rf940c29  
    294294    # A little housekeeping on the scripts
    295295    case $this_script in
    296       *grub | *aboot | *colo | *silo | *arcload | *lilo )     continue    ;;
     296      *grub | *aboot | *colo | *silo | *arcload | *lilo | *introduction ) continue ;;
    297297      *whatnext*) continue     ;;
    298298      *fstab)   [[ ! -z ${FSTAB} ]] && cp ${FSTAB} $BUILDDIR/sources/fstab ;;
Note: See TracChangeset for help on using the changeset viewer.