~oddbloke/vmbuilder/ec2-finder

« back to all changes in this revision

Viewing changes to gen-table.sh

  • Committer: Ben Howard
  • Date: 2012-11-13 23:17:40 UTC
  • Revision ID: ben.howard@canonical.com-20121113231740-j7z8yjjpzc8g0csp
Adding karming to the list of distros

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
suite2version() {
9
9
    case $1 in
 
10
        karmic) echo "9.10 EOL";;
10
11
        hardy) echo "8.04 LTS";;
11
12
        lucid) echo "10.04 LTS";;
12
13
        maverick) echo "10.10 EOL";;