# achtung: also set release in proxinstall!
RELEASE=2.0
-DEB=pve-installer_2.0-2_all.deb
+DEB=pve-installer_2.0-3_all.deb
INSTALLER_SOURCES= \
unconfigured.sh \
+pve-installer (2.0-3) unstable; urgency=low
+
+ * increase free space on LVM up to 16GB
+
+ -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
+
pve-installer (2.0-2) unstable; urgency=low
* support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
$swapsize = $ss*1024*1024;
}
- my $space = (($hdgb > 32) ? 4 : ($hdgb/8))*1024*1024;
+ my $space = (($hdgb > 128) ? 16 : ($hdgb/8))*1024*1024;
my $maxroot;
if ($cmdline =~ m/maxroot=(\d+)[\s\n]/i) {