mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 18:11:21 +02:00
quickcmd: Ubuntu version up to focal
Removes old versions no longer present on http://mirrors.edge.kernel.org/ubuntu/dists/
This commit is contained in:
parent
1b89ea3ce5
commit
2077bcee04
@ -90,11 +90,12 @@ func ubuntuRecipe(parent *cobra.Command) {
|
|||||||
versions := []string{
|
versions := []string{
|
||||||
"precise",
|
"precise",
|
||||||
"trusty",
|
"trusty",
|
||||||
"vivid",
|
|
||||||
"wily",
|
|
||||||
"xenial",
|
"xenial",
|
||||||
"yakkety",
|
"bionic",
|
||||||
"zesty",
|
"cosmic",
|
||||||
|
"disco",
|
||||||
|
"eoan",
|
||||||
|
"focal",
|
||||||
}
|
}
|
||||||
|
|
||||||
ubuntuCmd := &cobra.Command{
|
ubuntuCmd := &cobra.Command{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user