From c6ad0c985ceff620276e76feed45191066a6d4fb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 19 Jun 2023 11:44:43 +0200 Subject: [PATCH] ubuntu: drop bionic (EOL) --- images/ubuntu/18.04 | 1 - images/ubuntu/bionic/functions | 1 - images/ubuntu/bionic/genimg | 3 --- images/ubuntu/oldoldlts | 1 - 4 files changed, 6 deletions(-) delete mode 120000 images/ubuntu/18.04 delete mode 120000 images/ubuntu/bionic/functions delete mode 100755 images/ubuntu/bionic/genimg delete mode 120000 images/ubuntu/oldoldlts diff --git a/images/ubuntu/18.04 b/images/ubuntu/18.04 deleted file mode 120000 index 01285ab..0000000 --- a/images/ubuntu/18.04 +++ /dev/null @@ -1 +0,0 @@ -bionic \ No newline at end of file diff --git a/images/ubuntu/bionic/functions b/images/ubuntu/bionic/functions deleted file mode 120000 index c0b5bcc..0000000 --- a/images/ubuntu/bionic/functions +++ /dev/null @@ -1 +0,0 @@ -../functions \ No newline at end of file diff --git a/images/ubuntu/bionic/genimg b/images/ubuntu/bionic/genimg deleted file mode 100755 index 6a0d797..0000000 --- a/images/ubuntu/bionic/genimg +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -eux -export release=bionic -exec ../genimg "$@" diff --git a/images/ubuntu/oldoldlts b/images/ubuntu/oldoldlts deleted file mode 120000 index 01285ab..0000000 --- a/images/ubuntu/oldoldlts +++ /dev/null @@ -1 +0,0 @@ -bionic \ No newline at end of file -- 2.38.5