Changeset 7f38b6d for CLFS


Ignore:
Timestamp:
03/29/2006 07:46:37 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3051f95
Parents:
a110145
Message:

Creating /ect/lfs-release also in CLFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    ra110145 r7f38b6d  
    720720  echo "${tab_}${GREEN}Processing... ${L_arrow}(chroot) make bootable${R_arrow}"
    721721
    722   for file in bootable/* ; do
     722  for file in {bootable,the-end}/* ; do
    723723    # Keep the script file name
    724724    this_script=`basename $file`
     
    726726    # A little housekeeping on the scripts
    727727    case $this_script in
    728       *grub | *aboot | *colo | *silo | *arcload | *lilo )  continue ;;
     728      *grub | *aboot | *colo | *silo | *arcload | *lilo | *reboot* )  continue ;;
    729729      *kernel) # if there is no kernel config file do not build the kernel
    730730               [[ -z $CONFIG ]] && continue
     
    794794  echo "${tab_}${GREEN}Processing... ${L_arrow}(boot) make bootable${R_arrow}"
    795795
    796   for file in bootable/* ; do
     796  for file in {bootable,the-end}/* ; do
    797797    # Keep the script file name
    798798    this_script=`basename $file`
     
    800800    # A little housekeeping on the scripts
    801801    case $this_script in
    802       *grub | *aboot | *colo | *silo | *arcload | *lilo )  continue  ;;
     802      *grub | *aboot | *colo | *silo | *arcload | *lilo | *reboot* )  continue  ;;
    803803      *kernel) # if there is no kernel config file do not build the kernel
    804804               [[ -z $CONFIG ]] && continue
     
    862862  done
    863863
    864 }
    865 
    866 
    867 
    868 #-----------------------------#
    869 the_end_Makefiles() {         #
    870 #-----------------------------#
    871     echo "${tab_}${GREEN}Processing... ${L_arrow}THE END${R_arrow}"
    872864}
    873865
Note: See TracChangeset for help on using the changeset viewer.