From b1b102855f20e4f058c36bcc776141fa5ccd5ebe Mon Sep 17 00:00:00 2001 From: Norbert Tretkowski Date: Sat, 23 Sep 2006 20:08:18 +0000 Subject: [PATCH] Added vserver flavour. svn path=/dists/trunk/linux-2.6/; revision=7495 --- debian/arch/alpha/defines | 1 + debian/arch/alpha/vserver/config | 25 +++++++++++++++++++++++++ debian/arch/alpha/vserver/config.alpha | 3 +++ debian/arch/alpha/vserver/defines | 5 +++++ debian/changelog | 3 ++- 5 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 debian/arch/alpha/vserver/config create mode 100644 debian/arch/alpha/vserver/config.alpha create mode 100644 debian/arch/alpha/vserver/defines diff --git a/debian/arch/alpha/defines b/debian/arch/alpha/defines index b7967e19f..a3adbd5cf 100644 --- a/debian/arch/alpha/defines +++ b/debian/arch/alpha/defines @@ -3,6 +3,7 @@ compiler: gcc-4.0 flavours: alpha-generic alpha-smp alpha-legacy kernel-arch: alpha kernel-header-dirs: alpha +subarches: vserver [image] suggests: aboot, fdutils diff --git a/debian/arch/alpha/vserver/config b/debian/arch/alpha/vserver/config new file mode 100644 index 000000000..e33033fcb --- /dev/null +++ b/debian/arch/alpha/vserver/config @@ -0,0 +1,25 @@ +CONFIG_VSERVER=y +CONFIG_VSERVER_SECURITY=y +CONFIG_VSERVER_LEGACYNET=y +CONFIG_VSERVER_LEGACY=y +# CONFIG_VSERVER_LEGACY_VERSION is not set +CONFIG_VSERVER_DYNAMIC_IDS=y +# CONFIG_VSERVER_NGNET is not set +CONFIG_VSERVER_COWBL=y +CONFIG_VSERVER_PROC_SECURE=y +# CONFIG_VSERVER_HARDCPU is not set +# CONFIG_INOXID_NONE is not set +# CONFIG_INOXID_UID16 is not set +# CONFIG_INOXID_GID16 is not set +CONFIG_INOXID_UGID24=y +# CONFIG_INOXID_INTERN is not set +# CONFIG_INOXID_RUNTIME is not set +# CONFIG_XID_TAG_NFSD is not set +# CONFIG_XID_PROPAGATE is not set +# CONFIG_VSERVER_DEBUG is not set +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_25G is not set +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_15G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_BLK_DEV_VROOT=y diff --git a/debian/arch/alpha/vserver/config.alpha b/debian/arch/alpha/vserver/config.alpha new file mode 100644 index 000000000..d093f9c57 --- /dev/null +++ b/debian/arch/alpha/vserver/config.alpha @@ -0,0 +1,3 @@ +CONFIG_BROKEN_ON_SMP=y +# CONFIG_SMP is not set +# CONFIG_ALPHA_LEGACY_START_ADDRESS is not set diff --git a/debian/arch/alpha/vserver/defines b/debian/arch/alpha/vserver/defines new file mode 100644 index 000000000..438018b74 --- /dev/null +++ b/debian/arch/alpha/vserver/defines @@ -0,0 +1,5 @@ +[base] +flavours: alpha + +[alpha] +class: Alpha diff --git a/debian/changelog b/debian/changelog index e791cb75d..a9b3b6ba4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -44,8 +44,9 @@ linux-2.6 (2.6.18-1) UNRELEASED; urgency=low [ Norbert Tretkowski ] * [alpha] Updated configs. * [alpha] Disabled CONFIG_AUDIT, broken. + * [alpha] Added vserver flavour. - -- Norbert Tretkowski Sat, 23 Sep 2006 19:48:55 +0200 + -- Norbert Tretkowski Sat, 23 Sep 2006 22:07:10 +0200 linux-2.6 (2.6.17-9) unstable; urgency=medium