]> git.proxmox.com Git - pve-installer.git/commitdiff
pbs: disable bridged network
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 11:07:30 +0000 (12:07 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Feb 2020 11:07:37 +0000 (12:07 +0100)
We do not host any guests or the like here, so a bridged setup is nor
really required. Disable it for now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
ProxmoxInstallerSetup-pbs.pm

index da9a66af61541f65d71938aaf5085ab0aa2109a9..c690668191f777901ed5eadf3552bf683085d0c6 100644 (file)
@@ -7,7 +7,7 @@ sub setup {
     return {
        product => 'pbs',
        enable_btrfs => 0,
-       bridged_network => 1,
+       bridged_network => 0,
     };
 }