]> git.proxmox.com Git - pve-installer.git/blobdiff - Proxmox/Install/Config.pm
switch "maxroot" over to central config
[pve-installer.git] / Proxmox / Install / Config.pm
index 96e99191bb6f3cb00300de9a7abbbed21666d7eb..90948d31807e6b5fa60bdf25f004e837521d5bd3 100644 (file)
@@ -98,4 +98,7 @@ sub get_hdsize { return get('hdsize'); }
 sub set_swapsize { set_key('swapsize', $_[0]); }
 sub get_swapsize { return get('swapsize'); }
 
+sub set_maxroot { set_key('maxroot', $_[0]); }
+sub get_maxroot { return get('maxroot'); }
+
 1;