diff options
-rwxr-xr-x | extract_template.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |