[pve-devel] r6415 - pve-installer/pve2
svn-commits at proxmox.com
svn-commits at proxmox.com
Thu Aug 4 11:47:30 CEST 2011
Author: dietmar
Date: 2011-08-04 11:47:30 +0200 (Thu, 04 Aug 2011)
New Revision: 6415
Added:
pve-installer/pve2/changelog.Debian
Removed:
pve-installer/pve2/changelog
Modified:
pve-installer/pve2/Makefile
pve-installer/pve2/control
Log:
fix lintian errors
Modified: pve-installer/pve2/Makefile
===================================================================
--- pve-installer/pve2/Makefile 2011-08-04 09:38:36 UTC (rev 6414)
+++ pve-installer/pve2/Makefile 2011-08-04 09:47:30 UTC (rev 6415)
@@ -44,8 +44,8 @@
install -D -m 644 Xdefaults ${DESTDIR}/.Xdefaults
install -D -m 644 xorg.conf.fbdev ${DESTDIR}/etc/X11/xorg.conf
install -D -m 644 copyright ${DESTDIR}/usr/share/doc/pve-installer/copyright
- install -D -m 644 changelog ${DESTDIR}/usr/share/doc/pve-installer/changelog
- gzip --best ${DESTDIR}/usr/share/doc/pve-installer/changelog
+ install -D -m 644 changelog ${DESTDIR}/usr/share/doc/pve-installer/changelog.Debian
+ gzip --best ${DESTDIR}/usr/share/doc/pve-installer/changelog.Debian
.phony: upload
upload: ${DEB}
Deleted: pve-installer/pve2/changelog
===================================================================
--- pve-installer/pve2/changelog 2011-08-04 09:38:36 UTC (rev 6414)
+++ pve-installer/pve2/changelog 2011-08-04 09:47:30 UTC (rev 6415)
@@ -1,99 +0,0 @@
-pve-installer (2.0-1) unstable; urgency=low
-
- * use ext4 fs
-
- * align LVM on 128k boundary
-
- * use 'parted' to create partitions
-
- * support > 2TB disks (use GPT partition tables)
-
- * mount with barrier=0 during install (speedup)
-
- * write keyboard settings to /etc/pve-installer.cfg
-
- * adjust for pve2
-
- * avoid to run update-grub or update-initramfs during install
-
- * use --no-triggers for faster unpack
-
- * also mount sysfs to /target/sys
-
- * do not write /etc/default/grub - not really needed
-
- * we now use openbox instead of metacity
-
- * wait one second after partitioning (give kernel time to reread part
- table)
-
- * use update-initramfs -c (instead of -u)
-
- * do not write /etc/apache2/ports.conf (not really needed)
-
- * enable apache port redirect (a2ensite pve-redirect.conf)
-
- -- Proxmox Support Team <support at proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
-
-pve-installer (1.0-9) unstable; urgency=low
-
- * fix netmask bug
-
- * use 'udevadm info' to detect disks
-
- -- Proxmox Support Team <support at proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
-
-pve-installer (1.0-8) unstable; urgency=low
-
- * use UUID= for /boot in fstab
-
- -- Proxmox Support Team <support at proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
-
-pve-installer (1.0-7) unstable; urgency=low
-
- * unconfigured.sh: use -q flag for modprobe
-
- * proxinstall: use 'removable' flag on older kernels (instead
- of 'capability') to detect cdroms.
-
- -- Proxmox Support Team <support at proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
-
-pve-installer (1.0-6) unstable; urgency=low
-
- * pass --no-floppy to grub-install (some users reported delays)
-
- -- Proxmox Support Team <support at proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
-
-pve-installer (1.0-5) unstable; urgency=low
-
- * fixes for debian lenny
-
- * support dynamically allocated virtio blk devices
-
- -- Proxmox Support Team <support at proxmox.com> Fri, 08 May 2009 16:53:42 +0200
-
-pve-installer (1.0-4) unstable; urgency=low
-
- * proxinstall: better postfix configuration
-
- -- Proxmox Support Team <support at proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
-
-pve-installer (1.0-3) unstable; urgency=low
-
- * ause grub instead of lilo
-
- -- Proxmox Support Team <support at proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
-
-pve-installer (1.0-2) stable; urgency=low
-
- * proxinstall (extract_data): added maxroot and swapsize boot parameters,
- set bridge parameters (stp = on, fd = 0)
-
- -- Proxmox Support Team <support at proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
-
-pve-installer (1.0-1) stable; urgency=low
-
- * initial release
-
- -- Proxmox Support Team <support at proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
-
Copied: pve-installer/pve2/changelog.Debian (from rev 6413, pve-installer/pve2/changelog)
===================================================================
--- pve-installer/pve2/changelog.Debian (rev 0)
+++ pve-installer/pve2/changelog.Debian 2011-08-04 09:47:30 UTC (rev 6415)
@@ -0,0 +1,99 @@
+pve-installer (2.0-1) unstable; urgency=low
+
+ * use ext4 fs
+
+ * align LVM on 128k boundary
+
+ * use 'parted' to create partitions
+
+ * support > 2TB disks (use GPT partition tables)
+
+ * mount with barrier=0 during install (speedup)
+
+ * write keyboard settings to /etc/pve-installer.cfg
+
+ * adjust for pve2
+
+ * avoid to run update-grub or update-initramfs during install
+
+ * use --no-triggers for faster unpack
+
+ * also mount sysfs to /target/sys
+
+ * do not write /etc/default/grub - not really needed
+
+ * we now use openbox instead of metacity
+
+ * wait one second after partitioning (give kernel time to reread part
+ table)
+
+ * use update-initramfs -c (instead of -u)
+
+ * do not write /etc/apache2/ports.conf (not really needed)
+
+ * enable apache port redirect (a2ensite pve-redirect.conf)
+
+ -- Proxmox Support Team <support at proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
+
+pve-installer (1.0-9) unstable; urgency=low
+
+ * fix netmask bug
+
+ * use 'udevadm info' to detect disks
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
+
+pve-installer (1.0-8) unstable; urgency=low
+
+ * use UUID= for /boot in fstab
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
+
+pve-installer (1.0-7) unstable; urgency=low
+
+ * unconfigured.sh: use -q flag for modprobe
+
+ * proxinstall: use 'removable' flag on older kernels (instead
+ of 'capability') to detect cdroms.
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
+
+pve-installer (1.0-6) unstable; urgency=low
+
+ * pass --no-floppy to grub-install (some users reported delays)
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
+
+pve-installer (1.0-5) unstable; urgency=low
+
+ * fixes for debian lenny
+
+ * support dynamically allocated virtio blk devices
+
+ -- Proxmox Support Team <support at proxmox.com> Fri, 08 May 2009 16:53:42 +0200
+
+pve-installer (1.0-4) unstable; urgency=low
+
+ * proxinstall: better postfix configuration
+
+ -- Proxmox Support Team <support at proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
+
+pve-installer (1.0-3) unstable; urgency=low
+
+ * ause grub instead of lilo
+
+ -- Proxmox Support Team <support at proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
+
+pve-installer (1.0-2) stable; urgency=low
+
+ * proxinstall (extract_data): added maxroot and swapsize boot parameters,
+ set bridge parameters (stp = on, fd = 0)
+
+ -- Proxmox Support Team <support at proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
+
+pve-installer (1.0-1) stable; urgency=low
+
+ * initial release
+
+ -- Proxmox Support Team <support at proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
+
Modified: pve-installer/pve2/control
===================================================================
--- pve-installer/pve2/control 2011-08-04 09:38:36 UTC (rev 6414)
+++ pve-installer/pve2/control 2011-08-04 09:47:30 UTC (rev 6415)
@@ -1,6 +1,6 @@
Package: pve-installer
-Version: 1.0
-Section: base
+Version: 2.0-1
+Section: utils
Priority: optional
Architecture: amd64
Depends:
More information about the pve-devel
mailing list