5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00
pve-docs/gen-qm.conf.5-opts.pl

15 lines
298 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
use strict;
use warnings;
use PVE::RESTHandler;
use PVE::QemuServer;
my $prop = PVE::QemuServer::json_config_properties();
# cdrom is just an alias, so we do not want to print details
delete $prop->{cdrom}->{format};
print PVE::RESTHandler::dump_properties($prop);