Changeset 963
- Timestamp:
- 09/05/08 15:11:04 (3 months ago)
- Location:
- trunk/initramfs-tools-tcos
- Files:
-
- 4 modified
-
Makefile (modified) (1 diff)
-
bin/tcos-buildchroot (modified) (2 diffs)
-
common.mk (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/initramfs-tools-tcos/Makefile
r928 r963 254 254 # nothing to patch 255 255 256 patch_intrepid: patch_amd64 257 # nothing to patch 258 256 259 patch_etch: patch_amd64 257 260 # PATCHING INITRAMFS_TOOLS_TCOS in Debian etch -
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 -
trunk/initramfs-tools-tcos/common.mk
r943 r963 35 35 KERNEL_hardy="2.6.24-19-generic" 36 36 USPLASH_hardy=0.4.1 37 38 KERNEL_intrepid="2.6.27-2-generic" 39 USPLASH_intrepid=0.4.1 37 40 ################################## 38 41 -
trunk/initramfs-tools-tcos/debian/changelog
r958 r963 12 12 * xmlrpc/sh/rtp-controller.sh, hooks-addons/21pulseaudio: 13 13 - Revert creation of /etc/asound.conf in 21pulseaudio because breaks tmixer 14 15 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Fri, 05 Sep 2008 12:38:28 +0200 14 * common.mk Makefile: 15 - Add Ubuntu intrepid target and kernel version (2.6.27-2-generic) 16 * bin/tcos-buildchroot 17 - Add intrepid in if sentences 18 19 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com> Fri, 05 Sep 2008 15:10:58 +0200 16 20 17 21 initramfs-tools-tcos (0.89.5) unstable; urgency=low
