Skip to content

Commit

Permalink
Add Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaas committed May 9, 2016
1 parent 8e972ca commit 34b699e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/cobbler/distro_signatures.json
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,23 @@
"kernel_options_post":"",
"boot_files":[],
"boot_loaders":{"ppc64el":["grub2"]}
},
"xenial": {
"signatures":["dists", ".disk"],
"version_file":"Release|mini-info",
"version_file_regex":"Codename: xenial|Ubuntu 16.04",
"kernel_arch":"linux-headers-(.*)\\.deb",
"kernel_arch_regex":null,
"supported_arches":["i386","amd64","ppc64el"],
"supported_repo_breeds":["apt"],
"kernel_file":"(vm)?linux(.*)",
"initrd_file":"initrd(.*)\\.gz",
"isolinux_ok":false,
"default_autoinstall":"sample.seed",
"kernel_options":"",
"kernel_options_post":"",
"boot_files":[],
"boot_loaders":{"ppc64el":["grub2"]}
}
},
"suse": {
Expand Down

0 comments on commit 34b699e

Please sign in to comment.