Show
Ignore:
Timestamp:
09/05/08 15:11:04 (4 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.6)

  • common.mk Makefile:
    • Add Ubuntu intrepid target and kernel version (2.6.27-2-generic)
  • bin/tcos-buildchroot
    • Add intrepid in if sentences
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/bin/tcos-buildchroot

    r955 r963  
    7474      TCOS_PACKAGES="acpid ${TCOS_PACKAGES}" 
    7575      # need kernel modules unionfs and squashfs in linux-ubuntu-modules from distros grather than gutsy 
    76       if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" ];then 
     76      if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 
    7777        TCOS_PACKAGES="linux-ubuntu-modules-${TCOS_KERNEL} ${TCOS_PACKAGES}" 
    7878      fi 
     
    8484    fi 
    8585 
    86     if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" ];then 
     86    if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 
    8787      TCOS_PACKAGES="${TCOS_PACKAGES} xauth" 
    8888    fi