Add small README.txt alongside .patterns files.

This commit is contained in:
Cyril Brulebois 2021-07-25 07:32:30 +02:00
parent a726d0df83
commit dae7be7662
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ if (! -d $output_dir) {
make_path($output_dir, { verbose => $verbose });
}
write_file("$output_dir/README.txt",
"These files help Debian Installer detect helpful firmware packages (via hw-detect).\n");
process_components($_) for @ARGV;
sub process_components {