From bdb269b1ba8a8f89b5dd527f0225f1f45ee413d6 Mon Sep 17 00:00:00 2001 From: cos Date: Wed, 1 Nov 2023 10:49:46 +0100 Subject: Start each generated file with #_preseed_V1 As mentioned in [Appendix B][B.3] of the bookworm Installation Guide > The file should start with #_preseed_V1 [B.3]: https://www.debian.org/releases/bookworm/amd64/apbs03.en.html --- extract_template.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/extract_template.pl b/extract_template.pl index c11137f..e1c6632 100755 --- a/extract_template.pl +++ b/extract_template.pl @@ -210,6 +210,7 @@ if (scalar (@ARGV)) { open($out_fh, ">", "$outfile.new") or die "Can't open $outfile.new for writing: $!\n"; } + print $out_fh "#_preseed_V1\n"; foreach my $file (@inputs) { if ($verbose) { print STDERR "Checking for debs in $file\n"; -- cgit v1.2.3