diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 62b8483..0968c36 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -54,6 +54,18 @@ version = $1 type = Desktop LiveDVD platform = $2 +[ubuntu live server] +distro = Ubuntu +listvers = 4 +# If one glob is not enough for locating all images, you can use "location_N" +# to specify more globs. N start from 0 and must a sequence (0,1,2...). +location_0 = ubuntu-releases/[a-z]*/ubuntu-*-live-server-i386.iso +location_1 = ubuntu-releases/[a-z]*/ubuntu-*-live-server-amd64.iso +pattern = ubuntu-([0-9.]+)-live-server-(\w+).iso +version = $1 +type = Server +platform = $2 + [ubuntu server] distro = Ubuntu listvers = 4