Add ubuntu netinst in isoinfo

This commit is contained in:
Zenithal 2021-02-11 17:33:29 +08:00
parent 4056610434
commit 5175dd7921
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C

View File

@ -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]