From 5175dd7921d11a0d3878ce95d3ac8529004dbc5b Mon Sep 17 00:00:00 2001 From: Zenithal Date: Thu, 11 Feb 2021 17:33:29 +0800 Subject: [PATCH] Add ubuntu netinst in isoinfo --- geninfo/genisolist.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 8083466..772d3e1 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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]