]> git.proxmox.com Git - pve-installer.git/blame - ProxmoxInstallerSetup-pmg.pm
tell udev to ignore being in a chroot
[pve-installer.git] / ProxmoxInstallerSetup-pmg.pm
CommitLineData
1ca496ce
DM
1package ProxmoxInstallerSetup;
2
3use strict;
4use warnings;
5
6sub setup {
7 return {
8 product => 'pmg',
9 enable_btrfs => 0,
10 bridged_network => 0,
11 };
12}
13
141;
15
16