Changeset ef87eed for LFS


Ignore:
Timestamp:
08/06/2006 10:17:24 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
30737ea8
Parents:
8381f6e
Message:

Merged missed LFS fix from trunk.

Location:
LFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r8381f6e ref87eed  
    147147        <xsl:value-of select="substring-after(string(),'patch')"/>
    148148        <xsl:text>&#xA;</xsl:text>
     149      </xsl:when>
     150      <!-- Fix Udev reinstallation after a build failure -->
     151      <xsl:when test="contains(string(),'firmware,udev')">
     152        <xsl:text>if [[ ! -d /lib/udev/devices ]] ; then&#xA;</xsl:text>
     153        <xsl:apply-templates/>
     154        <xsl:text>&#xA;fi&#xA;</xsl:text>
    149155      </xsl:when>
    150156      <!-- Setting $LANG for /etc/profile -->
  • LFS/master.sh

    r8381f6e ref87eed  
    166166    # Remove Bzip2 binaries before make install
    167167    sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i chapter06$N/*-bzip2
    168     # Let some Udev pre-installation commands to fail
    169     sed -e 's@/lib/udev/devices/fd@& || true@' \
    170         -e 's/mknod -m.*/& || true/' -i chapter06$N/*-udev
    171168  fi
    172169
Note: See TracChangeset for help on using the changeset viewer.