[kernel] r14347 - dists/trunk/linux-2.6/debian

Dann Frazier dannf at alioth.debian.org
Thu Oct 8 01:03:23 UTC 2009


Author: dannf
Date: Thu Oct  8 01:03:21 2009
New Revision: 14347

Log:
* [ia64] Fix call to elilo in postinst

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Thu Oct  8 01:01:36 2009	(r14346)
+++ dists/trunk/linux-2.6/debian/changelog	Thu Oct  8 01:03:21 2009	(r14347)
@@ -23,6 +23,7 @@
 
   [ dann frazier ]
   * [sparc] build zImage by default, fixes build
+  * [ia64] Fix call to elilo in postinst
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 04 Oct 2009 19:48:35 +0100
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	Thu Oct  8 01:01:36 2009	(r14346)
+++ dists/trunk/linux-2.6/debian/rules.real	Thu Oct  8 01:03:21 2009	(r14347)
@@ -374,6 +374,7 @@
 install-image_mipsel_$(FEATURESET)_$(FLAVOUR)_plain_templates \
 install-image_powerpc_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_KIMAGE = vmlinux
 
+install-image_ia64_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_BOOTLOADER = elilo
 install-image_mips_$(FEATURESET)_r4k-ip22_plain_templates: ARG_BOOTLOADER = arcboot
 install-image_mips_$(FEATURESET)_r5k-ip32_plain_templates: ARG_BOOTLOADER = arcboot
 install-image_s390_$(FEATURESET)_$(FLAVOUR)_plain_templates: ARG_BOOTLOADER = zipl



More information about the Kernel-svn-changes mailing list