Changeset 31e78bd for CLFS2


Ignore:
Timestamp:
08/11/2006 08:57:47 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c14e4b3
Parents:
b95c619
Message:

CLFS2: Block the auto-creation of network scripts, user should create their own scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    rb95c619 r31e78bd  
    280280      *udev)     continue ;; # This is not a script but a commentary, we want udev-rules
    281281      *console*) continue ;; # Use the files that came with the bootscripts
     282      *network*) continue ;; # Manually create these files
    282283      *)  ;;
    283284    esac
Note: See TracChangeset for help on using the changeset viewer.