mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add ubuntu netinst in isoinfo
This commit is contained in:
parent
4056610434
commit
5175dd7921
|
|
@ -159,6 +159,16 @@ pattern = ubuntu-mate-([0-9.]+)-desktop-(\w+).iso
|
|||
version = Ubuntu Mate $1
|
||||
platform = $2
|
||||
|
||||
[ubuntu_netinst]
|
||||
distro = Ubuntu
|
||||
location_0 = ubuntu/dists/*/main/installer-*/current/images/netboot
|
||||
location_1 = ubuntu-ports/dists/*/main/installer-*/current/images/netboot
|
||||
pattern = dists/(.+)/main/installer-(.+)/current/images/netboot
|
||||
version = Network installer $1
|
||||
platform = $2
|
||||
listvers = 3
|
||||
type = dir
|
||||
|
||||
[debian_cd]
|
||||
distro = Debian
|
||||
listvers = 1
|
||||
|
|
@ -923,11 +933,13 @@ type = iso
|
|||
|
||||
[lyx]
|
||||
distro = TeX 排版系统
|
||||
listvers = 1
|
||||
location = lyx/bin/*/*
|
||||
pattern = [lL]yx-([\.\d]+)-?_?([^/]+)\.(dmg|exe|tar\.gz)(?!.)
|
||||
version = LyX $1
|
||||
platform = $2
|
||||
type = $3
|
||||
key_by = $2 $3
|
||||
category = app
|
||||
|
||||
[mageia]
|
||||
|
|
|
|||
Loading…
Reference in New Issue