From e214f89a7d6732af914a65ff21f639927a4af0e2 Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Mon, 21 Jul 2008 22:42:37 +0000 Subject: [PATCH] openvz add i386 flavour as we only want to add *one* image, it is based on the 686 pae bigmem config. svn path=/dists/trunk/linux-2.6/; revision=11870 --- debian/changelog | 2 +- debian/config/i386/defines | 1 + debian/config/i386/openvz/defines | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 debian/config/i386/openvz/defines diff --git a/debian/changelog b/debian/changelog index 10351f426..3dbe985cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -70,7 +70,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low * Enable BLK_DEV_BSG for SG v4 support. * [amd64] Enable default disabled memtest boot param. * topconfig: Enable PATA_SIS instead of SATA_SIS. (closes: #485609) - * Add OpenVZ countainer flavour for amd64. (closes: #392015) + * Add OpenVZ countainer flavour for amd64, i386. (closes: #392015) [ Martin Michlmayr ] * [arm/orion5x] Update the config to reflect upstream renaming this diff --git a/debian/config/i386/defines b/debian/config/i386/defines index 9a9de070a..da5b5cdde 100644 --- a/debian/config/i386/defines +++ b/debian/config/i386/defines @@ -1,5 +1,6 @@ [base] featuresets: + openvz vserver xen xen-vserver diff --git a/debian/config/i386/openvz/defines b/debian/config/i386/openvz/defines new file mode 100644 index 000000000..0c493fcc6 --- /dev/null +++ b/debian/config/i386/openvz/defines @@ -0,0 +1,14 @@ +[base] +flavours: + 686 + +[image] +initramfs-generators: initramfs-tools +suggests: grub +type: plain + +[686_image] +configs: + i386/config.686-bigmem + +