Changeset 3c38ab0 for CLFS3/master.sh


Ignore:
Timestamp:
12/02/2006 10:11:32 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
f3a7f3b
Parents:
e780eda
Message:

Adapted to clfs bootscript naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS3/master.sh

    re780eda r3c38ab0  
    277277
    278278    case $this_script in
    279       *udev)     continue ;; # This is not a script but a commentary, we want udev-rules
    280279      *console*) continue ;; # Use the files that came with the bootscripts
    281280      *network*) continue ;; # Manually create these files
     
    294293                                  -e 's@n32@@'`
    295294    case $name in
    296       *bootscripts*) name=bootscripts-cross-lfs ;;
    297       *udev-rules)   name=udev-cross-lfs ;;
     295      *bootscripts*) name=clfs-embedded-bootscripts ;;
    298296    esac
    299297
Note: See TracChangeset for help on using the changeset viewer.