From 7333a61c2f0ce4b37a264a7a63846c115886e8ef Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Tue, 19 Oct 2021 15:38:14 -0700 Subject: [PATCH] Add Ubuntu Jammy --- images/ubuntu/22.04 | 1 + images/ubuntu/jammy/functions | 1 + images/ubuntu/jammy/genimg | 3 +++ 3 files changed, 5 insertions(+) create mode 120000 images/ubuntu/22.04 create mode 120000 images/ubuntu/jammy/functions create mode 100755 images/ubuntu/jammy/genimg diff --git a/images/ubuntu/22.04 b/images/ubuntu/22.04 new file mode 120000 index 0000000..049122c --- /dev/null +++ b/images/ubuntu/22.04 @@ -0,0 +1 @@ +jammy/ \ No newline at end of file diff --git a/images/ubuntu/jammy/functions b/images/ubuntu/jammy/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/jammy/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/jammy/genimg b/images/ubuntu/jammy/genimg new file mode 100755 index 0000000..5740e46 --- /dev/null +++ b/images/ubuntu/jammy/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=jammy +exec ../genimg "$@" -- 2.38.5