[PATCH 1/1] UBUNTU: include the kernel configuration in the sub-flavour images

Andy Whitcroft apw at canonical.com
Tue Feb 17 12:27:28 UTC 2009


OriginalAuthor: Steve Beattie <sbeattie at canonical.com>
Bug: #328859

The virtual flavour is made directly from the server flavour, but does
not include the configuration.  Copy this in.

Signed-off-by: Andy Whitcroft <apw at canonical.com>
---
 debian/scripts/sub-flavour |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/scripts/sub-flavour b/debian/scripts/sub-flavour
index 5444673..ca49ddd 100644
--- a/debian/scripts/sub-flavour
+++ b/debian/scripts/sub-flavour
@@ -11,7 +11,7 @@ from_moddir="debian/$from_pkg/lib/modules/$ABI_RELEASE-$FROM"
 to_moddir="debian/$to_pkg/lib/modules/$ABI_RELEASE-$FROM"
 
 install -d "debian/$to_pkg/boot"
-install -m644 debian/$from_pkg/boot/{vmlinuz,System.map}-$ABI_RELEASE-$FROM \
+install -m644 debian/$from_pkg/boot/{vmlinuz,System.map,config}-$ABI_RELEASE-$FROM \
 	debian/$to_pkg/boot/
 
 cat debian/sub-flavours/$TO.list | while read line; do
-- 
1.6.1.2.419.g0d87e





More information about the kernel-team mailing list