5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-20 14:03:42 +03:00
pve-docs/gen-qm.conf.5-opts.pl

15 lines
298 B
Perl
Raw Normal View History

2016-03-23 10:31:15 +01:00
#!/usr/bin/perl
use lib '.';
2016-03-23 10:31:15 +01:00
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};
2016-03-23 10:31:15 +01:00
print PVE::RESTHandler::dump_properties($prop);