]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-qm.conf.5-opts.pl
fixup: s/devies/devices/
[pve-docs.git] / gen-qm.conf.5-opts.pl
index cb62d13ae331ac5385f610aec7a8cc99d7057b56..cb23533a104a62220f89df2edea44467a5db7a3d 100755 (executable)
@@ -8,4 +8,7 @@ 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);