Changeset 62033d2


Ignore:
Timestamp:
03/23/2006 06:51:57 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3fcd63e
Parents:
9a4f673
Message:

Depured bootscripts and bootable chapters.

Location:
CLFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    r9a4f673 r62033d2  
    147147        <xsl:text>export LANG=</xsl:text>
    148148        <xsl:value-of select="$lang"/>
    149         <xsl:value-of select="substring-after(string(),'modifiers]')"/>
     149        <xsl:value-of select="substring-after(string(),'charmap]')"/>
    150150        <xsl:text>&#xA;</xsl:text>
    151151      </xsl:when>
  • CLFS/master.sh

    r9a4f673 r62033d2  
    707707    bootscripttools="$bootscripttools $this_script"
    708708
    709     # A little bit of script modification
    710     case $this_script_BLOCKED in
    711       *profile*)  # Over-ride the book cmds, write our own simple one.
    712 (
    713 cat <<- EOF
    714         cat > /etc/profile << "_EOF_"
    715         # Begin /etc/profile
    716 
    717         export LC_ALL=${LC_ALL}
    718         export LANG=${LANG}
    719         export INPUTRC=/etc/inputrc
    720 
    721         # End /etc/profile
    722         _EOF_
    723 EOF
    724 ) > $file
    725            ;;
    726     esac
    727 
    728709    # Grab the name of the target, strip id number, XXX-script
    729710    name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'\
     
    785766    bootscripttools="$bootscripttools $this_script"
    786767
    787     # A little bit of script modification
    788     case $this_script_BLOCKED in
    789       *profile*)  # Over-ride the book cmds, write our own simple one.
    790 (
    791 cat <<- EOF
    792         cat > /etc/profile << "_EOF_"
    793         # Begin /etc/profile
    794 
    795         export LC_ALL=${LC_ALL}
    796         export LANG=${LANG}
    797         export INPUTRC=/etc/inputrc
    798 
    799         # End /etc/profile
    800         _EOF_
    801 EOF
    802 ) > $file
    803            ;;
    804     esac
    805 
    806768    # Grab the name of the target, strip id number, XXX-script
    807769    name=`echo $this_script | sed -e 's@[0-9]\{3\}-@@'\
     
    933895               [[ -z $CONFIG ]] && continue
    934896                 # Copy the named config file to /sources with a standardized name
    935                cp $CONFIG $BUILDDIR/sources/kernel-config
    936 #               sed "s|make mrproper|make mrproper\ncp ../kernel-config .config|" -i $file
    937                  # You cannot run menuconfig from within the makefile
    938 #               sed 's|menuconfig|oldconfig|'     -i $file
    939                  # If defined include the keymap in the kernel
    940 #               if [[ -n "$KEYMAP" ]]; then
    941 #                 sed "s|^loadkeys -m.*>|loadkeys -m $KEYMAP >|" -i $file
    942 #               else
    943 #                 sed '/loadkeys -m/d'    -i $file
    944 #                 sed '/drivers\/char/d'  -i $file
    945 #               fi
     897               cp $CONFIG $BUILDDIR/sources/kernel-config
    946898         ;;
    947899    esac
Note: See TracChangeset for help on using the changeset viewer.