]> git.proxmox.com Git - pve-installer.git/blobdiff - ProxmoxInstallerSetup-pmg.pm
Add libpve-common-perl to Build-Depends
[pve-installer.git] / ProxmoxInstallerSetup-pmg.pm
index 579eff83dd2afa9b6dc8bcc43a30e083839d2e8f..1758307a3dfb245588f87cd0f4119eab5647bae6 100644 (file)
@@ -6,8 +6,8 @@ use warnings;
 sub setup {
     return {
        product => 'pmg',
-       release => '5.0',
        enable_btrfs => 0,
+       bridged_network => 0,
     };
 }