mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: add extra location for ubuntu server images
This commit is contained in:
parent
8737c36faa
commit
981aefc599
|
|
@ -110,7 +110,8 @@ platform = $2
|
|||
[ubuntu_server]
|
||||
distro = Ubuntu
|
||||
listvers = 4
|
||||
location = ubuntu-releases/[a-z]*/ubuntu-*-server-*.iso
|
||||
location_0 = ubuntu-releases/[a-z]*/ubuntu-*-server-*.iso
|
||||
location_1 = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-server-*.iso
|
||||
pattern = ubuntu-([0-9.]+)-server-(\w+).iso
|
||||
version = $1
|
||||
type = Server
|
||||
|
|
|
|||
Loading…
Reference in New Issue