From d74908661968cee3bc79672355325afb7b927384 Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Mon, 2 May 2022 21:57:50 -0700 Subject: [PATCH] ubuntu: kinetic starts development --- images/ubuntu/22.10 | 1 + images/ubuntu/kinetic/functions | 1 + images/ubuntu/kinetic/genimg | 3 +++ images/ubuntu/next | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 images/ubuntu/22.10 create mode 120000 images/ubuntu/kinetic/functions create mode 100755 images/ubuntu/kinetic/genimg diff --git a/images/ubuntu/22.10 b/images/ubuntu/22.10 new file mode 120000 index 0000000..c23bec6 --- /dev/null +++ b/images/ubuntu/22.10 @@ -0,0 +1 @@ +kinetic \ No newline at end of file diff --git a/images/ubuntu/kinetic/functions b/images/ubuntu/kinetic/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/kinetic/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/kinetic/genimg b/images/ubuntu/kinetic/genimg new file mode 100755 index 0000000..2065736 --- /dev/null +++ b/images/ubuntu/kinetic/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=kinetic +exec ../genimg "$@" diff --git a/images/ubuntu/next b/images/ubuntu/next index c17ec91..c23bec6 120000 --- a/images/ubuntu/next +++ b/images/ubuntu/next @@ -1 +1 @@ -jammy \ No newline at end of file +kinetic \ No newline at end of file -- 2.38.5