summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--knetworkconf/backends/platform.pl.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/knetworkconf/backends/platform.pl.in b/knetworkconf/backends/platform.pl.in
index 100cd6a..d540097 100644
--- a/knetworkconf/backends/platform.pl.in
+++ b/knetworkconf/backends/platform.pl.in
@@ -43,6 +43,8 @@ $PLATFORM_INFO = {
"debian-3.1" => "Debian GNU/Linux 3.1 Sarge",
"debian-4.0" => "Debian GNU/Linux 4.0 Etch",
"debian-5.0" => "Debian GNU/Linux 5.0 Lenny",
+ "debian-6.0" => "Debian GNU/Linux 6.0 Squeeze",
+ "debian-7.0" => "Debian GNU/Linux 7.0 Wheezy",
"debian-testing" => "Debian GNU/Linux Testing/Unstable",
"ubuntu-5.04" => "Kubuntu 5.04, Hoary Hedgehog",
"ubuntu-5.10" => "Kubuntu 5.10, Breezy Badger",
@@ -55,7 +57,10 @@ $PLATFORM_INFO = {
"ubuntu-9.04" => "Kubuntu 9.04, Jaunty Jackalope",
"ubuntu-9.10" => "Kubuntu 9.10, Karmic Koala",
"ubuntu-10.04" => "Kubuntu 10.04, Lucid Lynx",
- "ubuntu-10.10" => "Kubuntu 10.10, Unknown Yet",
+ "ubuntu-10.10" => "Kubuntu 10.10, Maverick Meerkat",
+ "ubuntu-11.04" => "Kubuntu 11.04, Natty Narwhal",
+ "ubuntu-11.10" => "Kubuntu 11.10, Oneiric Ocelot",
+ "ubuntu-12.04" => "Kubuntu 12.04, Precise Pangolin",
"redhat-5.2" => "Red Hat Linux 5.2 Apollo",
"redhat-6.0" => "Red Hat Linux 6.0 Hedwig",
"redhat-6.1" => "Red Hat Linux 6.1 Cartman",