Source: hw-detect Severity: minor Tags: patch Dear maintainers,
hw-detect/debian/hw-detect.templates [1] lists hw-detect/firmware-lookup as Type: text but it should instead be Type: string This means that hw-detect/firmware-lookup is absent from the complete list of debian preseeds [2] because the script [3] that generates those lists handles "Type: string" and not "Type: text". Trivial patch attached. [1] https://salsa.debian.org/installer-team/hw-detect/-/blob/master/debian/hw-detect.templates?ref_type=heads#L107 [2] https://preseed.debian.net/debian-preseed/ [3] https://git.einval.com/cgi-bin/gitweb.cgi?p=steve-scripts.git;a=blob;f=extract_template.pl;h=e1c66320135d9f721ff23f00e0bb5ca740901796;hb=HEAD#l54
--- a/debian/hw-detect.templates +++ b/debian/hw-detect.templates @@ -104,7 +104,7 @@ Description: for internal use; can be preseeded # This is an initial implementation, which might evolve over time (#1029848): Template: hw-detect/firmware-lookup -Type: text +Type: string Default: Description: for expert use; can be preseeded Setting this to "never" makes check-missing-firmware and install-firmware

