1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

* Added one more variable to the record.

This commit is contained in:
freesource 2000-12-12 20:41:46 +00:00
parent 820e3a2af6
commit 09a7f309f4

View File

@ -969,7 +969,8 @@ sub Generate {
"kernel" => $container[1],
"template_directory" => $template_dir,
"template" => $entry_advanced[7],
"tmp" => $tmp
"tmp" => $tmp,
"mnt" => $mnt
};
my $template = $ars->{template};