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:
parent
820e3a2af6
commit
09a7f309f4
@ -969,7 +969,8 @@ sub Generate {
|
|||||||
"kernel" => $container[1],
|
"kernel" => $container[1],
|
||||||
"template_directory" => $template_dir,
|
"template_directory" => $template_dir,
|
||||||
"template" => $entry_advanced[7],
|
"template" => $entry_advanced[7],
|
||||||
"tmp" => $tmp
|
"tmp" => $tmp,
|
||||||
|
"mnt" => $mnt
|
||||||
};
|
};
|
||||||
|
|
||||||
my $template = $ars->{template};
|
my $template = $ars->{template};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user