From 545d3514bcc177c130bbf1f3fe49871b487daa4c Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Thu, 21 Feb 2019 23:07:44 -0500 Subject: [PATCH] Add ubuntu 16.04 This is still supported by Canonical --- images/ubuntu/16.04 | 1 + images/ubuntu/xenial/functions | 1 + images/ubuntu/xenial/genimg | 3 +++ 3 files changed, 5 insertions(+) create mode 120000 images/ubuntu/16.04 create mode 120000 images/ubuntu/xenial/functions create mode 100755 images/ubuntu/xenial/genimg diff --git a/images/ubuntu/16.04 b/images/ubuntu/16.04 new file mode 120000 index 0000000..caf2611 --- /dev/null +++ b/images/ubuntu/16.04 @@ -0,0 +1 @@ +xenial \ No newline at end of file diff --git a/images/ubuntu/xenial/functions b/images/ubuntu/xenial/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/xenial/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/xenial/genimg b/images/ubuntu/xenial/genimg new file mode 100755 index 0000000..fab345e --- /dev/null +++ b/images/ubuntu/xenial/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=xenial +exec ../genimg "$@" -- 2.38.5