forked from mirrorz-org/genisolist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathubuntu.ini
46 lines (42 loc) · 1.24 KB
/
ubuntu.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[ubuntu_desktop]
distro = Ubuntu
listvers = 4
location = ubuntu-releases/[a-z]*/ubuntu-*-desktop-*.iso
pattern = ubuntu-([0-9.]+)-desktop-(\w+).iso
version = $1
type = Desktop LiveDVD
platform = $2
[ubuntu_preinstalled_desktop]
distro = Ubuntu
listvers = 4
location = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-preinstalled-desktop-*.img.xz
pattern = ubuntu-([0-9.]+)-preinstalled-desktop-(.+).img.xz
version = $1
type = Preinstalled Desktop
platform = $2
[ubuntu_live_server]
distro = Ubuntu
listvers = 4
location_0 = ubuntu-releases/[a-z]*/ubuntu-*-live-server-*.iso
location_1 = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-live-server-*.iso
pattern = ubuntu-([0-9.]+)-live-server-(.+).iso
version = $1
type = Server
platform = $2
[ubuntu_preinstalled_server]
distro = Ubuntu
listvers = 4
location = ubuntu-cdimage/releases/[a-z]*/release/ubuntu-*-preinstalled-server-*.img.xz
pattern = ubuntu-([0-9.]+)-preinstalled-server-(.+).img.xz
version = $1
type = Preinstalled Server
platform = $2
[ubuntu_server]
distro = Ubuntu
listvers = 4
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
platform = $2