Changeset 963 for trunk/initramfs-tools-tcos/bin/tcos-buildchroot
- Timestamp:
- 09/05/08 15:11:04 (4 months ago)
- Files:
-
- 1 modified
-
trunk/initramfs-tools-tcos/bin/tcos-buildchroot (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/initramfs-tools-tcos/bin/tcos-buildchroot
r955 r963 74 74 TCOS_PACKAGES="acpid ${TCOS_PACKAGES}" 75 75 # need kernel modules unionfs and squashfs in linux-ubuntu-modules from distros grather than gutsy 76 if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" ];then76 if [ ${TCOS_DISTRO} = "gutsy" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 77 77 TCOS_PACKAGES="linux-ubuntu-modules-${TCOS_KERNEL} ${TCOS_PACKAGES}" 78 78 fi … … 84 84 fi 85 85 86 if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" ];then86 if [ ${TCOS_DISTRO} = "testing" -o ${TCOS_DISTRO} = "lenny" -o ${TCOS_DISTRO} = "unstable" -o ${TCOS_DISTRO} = "hardy" -o ${TCOS_DISTRO} = "intrepid" ];then 87 87 TCOS_PACKAGES="${TCOS_PACKAGES} xauth" 88 88 fi
