Skip to content

Commit

Permalink
Add Ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Apr 4, 2024
1 parent bb1d90f commit 27f80d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/70.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added support for Ubuntu 23.10
26 changes: 26 additions & 0 deletions libcobblersignatures/data/v2/distro_signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 27f80d3

Please sign in to comment.