From d6240b3542aa8240862f76a78ea8bba3099a1b4e Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Sun, 7 May 2023 16:36:28 -0700 Subject: [PATCH] ubuntu/mantic: starts development --- images/ubuntu/23.10 | 1 + images/ubuntu/mantic/functions | 1 + images/ubuntu/mantic/genimg | 3 +++ images/ubuntu/next | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) create mode 120000 images/ubuntu/23.10 create mode 120000 images/ubuntu/mantic/functions create mode 100755 images/ubuntu/mantic/genimg diff --git a/images/ubuntu/23.10 b/images/ubuntu/23.10 new file mode 120000 index 0000000..ec22642 --- /dev/null +++ b/images/ubuntu/23.10 @@ -0,0 +1 @@ +mantic \ No newline at end of file diff --git a/images/ubuntu/mantic/functions b/images/ubuntu/mantic/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/ubuntu/mantic/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/ubuntu/mantic/genimg b/images/ubuntu/mantic/genimg new file mode 100755 index 0000000..9b6a51f --- /dev/null +++ b/images/ubuntu/mantic/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=mantic +exec ../genimg "$@" diff --git a/images/ubuntu/next b/images/ubuntu/next index 2c14968..ec22642 120000 --- a/images/ubuntu/next +++ b/images/ubuntu/next @@ -1 +1 @@ -lunar \ No newline at end of file +mantic \ No newline at end of file -- 2.38.5