Changeset 936efa8


Ignore:
Timestamp:
12/11/2006 01:59:08 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:
de22e80
Parents:
9ae0875
Message:

CLFSx: Create a custom /etc/clfs-release file.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    r9ae0875 r936efa8  
    629629
    630630
    631   for file in {bootable,the-end}/* ; do
     631  for file in bootable/* ; do
    632632    # Keep the script file name
    633633    this_script=`basename $file`
     
    767767all: ck_UID mk_SETUP mk_CROSS mk_SUDO mk_SYSTOOLS create-sbu_du-report mk_BLFS_TOOL
    768768        @sudo make do-housekeeping
     769        @echo "$VERSION - jhalfs build" > clfs-release && \\
     770        sudo mv clfs-release \$(MOUNT_PT)/etc
    769771        @\$(call echo_finished,$VERSION)
    770772
     
    866868
    867869makesys: mk_FINAL mk_BLFS_TOOL
     870        @echo "$VERSION - jhalfs build" > /etc/clfs-release
    868871        @\$(call echo_finished,$VERSION)
    869872
  • CLFS2/master.sh

    r9ae0875 r936efa8  
    338338    #  phase.
    339339    case ${this_script} in
    340       *chowning) chowning=${this_script}   ;;
     340      *chowning) chowning=" ${this_script}"   ;;
    341341              *) bootable="$bootable $this_script"  ;;
    342342    esac
     
    442442
    443443mk_ROOT:
     444        @echo "$VERSION-sysroot - jhalfs build" > \$(MOUNT_PT)/etc/clfs-release
    444445        @sudo make SHELL=/bin/bash ROOT
    445446        @touch \$@
  • CLFS3/master.sh

    r9ae0875 r936efa8  
    445445
    446446mk_ROOT:
     447        @echo "$VERSION-embedded - jhalfs build" > \$(MOUNT_PT)/etc/clfs-release
    447448        @sudo make SHELL=/bin/bash ROOT
    448449        @touch \$@
Note: See TracChangeset for help on using the changeset viewer.