UBUNTU: [Config] fix generic flavour description
authorAndy Whitcroft <apw@canonical.com>
Wed, 15 Feb 2012 18:14:33 +0000 (18:14 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:20:03 +0000 (13:20 -0700)
The current description is a hangover from when generic was only a 64
bit flavour.  Fix this up and also take into account that generic is used
on servers too now.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

debian.master/control.d/vars.generic
debian.master/control.d/vars.generic-pae

index 5c6adb6..b4b4234 100644 (file)
@@ -1,6 +1,6 @@
 arch="i386 amd64"
 supported="Generic"
-target="Geared toward x86_64 systems."
+target="Geared toward desktop and server systems."
 desc="=HUMAN= SMP"
 bootloader="grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub | lilo (>= 19.1)"
 provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9"
index 5bc0af2..e0c07af 100644 (file)
@@ -1,6 +1,6 @@
 arch="i386"
 supported="Generic"
-target="Geared toward 32 bit desktop systems with more than 4GB RAM."
+target="Geared toward 32 bit desktop or server systems with more than 4GB RAM."
 desc="=HUMAN= SMP"
 bootloader="grub-pc | grub | lilo (>= 19.1)"
 provides="kvm-api-4, redhat-cluster-modules, ivtv-modules, ndiswrapper-modules-1.9"