From 27f80d3e49389902b82e68b043cd35a50c990ad4 Mon Sep 17 00:00:00 2001 From: nkrapp Date: Thu, 4 Apr 2024 08:52:42 +0200 Subject: [PATCH] Add Ubuntu 23.10 --- changelog.d/70.added | 1 + .../data/v2/distro_signatures.json | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 changelog.d/70.added diff --git a/changelog.d/70.added b/changelog.d/70.added new file mode 100644 index 0000000..87a0a07 --- /dev/null +++ b/changelog.d/70.added @@ -0,0 +1 @@ +Added support for Ubuntu 23.10 diff --git a/libcobblersignatures/data/v2/distro_signatures.json b/libcobblersignatures/data/v2/distro_signatures.json index 228b11c..5188874 100644 --- a/libcobblersignatures/data/v2/distro_signatures.json +++ b/libcobblersignatures/data/v2/distro_signatures.json @@ -1897,6 +1897,32 @@ "template_files": "", "boot_files": [], "boot_loaders": {} + }, + "mantic": { + "signatures": [ + "dists", + ".disk" + ], + "version_file": "Release|info", + "version_file_regex": "Suite: mantic|Ubuntu 23.10", + "kernel_arch": "linux_headers-(.*)\\.deb", + "kernel_arch_regex": null, + "supported_arches": [ + "i386", + "amd64" + ], + "supported_repo_breeds": [ + "apt" + ], + "kernel_file": "(linux|vmlinuz(.*))", + "initrd_file": "initrd($|.gz$|.lz$)", + "isolinux_ok": false, + "default_autoinstall": "", + "kernel_options": "", + "kernel_options_post": "", + "template_files": "", + "boot_files": [], + "boot_loaders": {} } }, "suse": {