mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-24 00:34:02 +00:00
a7812caca8
get_pkglist_tex joins the records of a pkglist with commas for the preseed and OSPKGS consumers, so a caller that needs the records themselves cannot recover a record that contains a comma, such as a tasksel directive. The new reader returns the records whole, comments dropped and includes followed in place. It reads each line as get_pkglist_tex does and resolves every include, nested ones too, against the directory of the listed pkglist, as get_pkglist_tex does. The comma text is unchanged. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>