mirror of
https://git.proxmox.com/git/pve-installer
synced 2025-04-28 16:34:37 +00:00
low-level: drop outdated comment
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
db97dbacaf
commit
57feade1a6
@ -74,8 +74,6 @@ if ($cmd eq 'dump-env') {
|
||||
my $iso_serialized = to_json($iso_info, {canonical => 1, utf8 => 1}) ."\n";
|
||||
file_write_all("$out_dir/iso-info.json", $iso_serialized);
|
||||
|
||||
#print "" . to_json($env, {canonical => 1, utf8 => 1, pretty => 1}) ."\n";
|
||||
# TODO HARDWARE
|
||||
my $run_env = Proxmox::Install::RunEnv::query_installation_environment();
|
||||
my $run_env_serialized = to_json($run_env, {canonical => 1, utf8 => 1}) ."\n";
|
||||
file_write_all("$out_dir/run-env-info.json", $run_env_serialized);
|
||||
|
Loading…
Reference in New Issue
Block a user