[pve-devel] r5241 - pve-installer/trunk

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Oct 8 12:29:14 CEST 2010


Author: dietmar
Date: 2010-10-08 10:29:14 +0000 (Fri, 08 Oct 2010)
New Revision: 5241

Modified:
   pve-installer/trunk/Makefile
   pve-installer/trunk/changelog
   pve-installer/trunk/proxinstall
Log:


Modified: pve-installer/trunk/Makefile
===================================================================
--- pve-installer/trunk/Makefile	2010-10-08 10:08:53 UTC (rev 5240)
+++ pve-installer/trunk/Makefile	2010-10-08 10:29:14 UTC (rev 5241)
@@ -1,7 +1,7 @@
 # achtung: also set release in proxinstall!
 RELEASE=1.6
 
-DEB=pve-installer_1.0-10.deb
+DEB=pve-installer_1.0-11.deb
 
 INSTALLER_SOURCES=		\
 	unconfigured.sh 	\

Modified: pve-installer/trunk/changelog
===================================================================
--- pve-installer/trunk/changelog	2010-10-08 10:08:53 UTC (rev 5240)
+++ pve-installer/trunk/changelog	2010-10-08 10:29:14 UTC (rev 5241)
@@ -1,3 +1,9 @@
+pve-installer (1.0-11) unstable; urgency=low
+
+  * do not run update-initramfs (our new kernel do that in postinst script)
+
+ -- Proxmox Support Team <support at proxmox.com>  Fri, 08 Oct 2010 12:28:35 +0200
+
 pve-installer (1.0-10) unstable; urgency=low
 
   * udev does not set DEVTYPE correctly, so we need to read that from

Modified: pve-installer/trunk/proxinstall
===================================================================
--- pve-installer/trunk/proxinstall	2010-10-08 10:08:53 UTC (rev 5240)
+++ pve-installer/trunk/proxinstall	2010-10-08 10:29:14 UTC (rev 5241)
@@ -833,8 +833,6 @@
 	    symlink ("/proc/mounts", "$targetdir/etc/mtab");
 	    syscmd ("mount -n --bind /dev $targetdir/dev");
 
-	    syscmd ("chroot $targetdir update-initramfs -u -t");
-
 	    syscmd ("chroot $targetdir /usr/sbin/grub-install --no-floppy '(hd0)'") == 0 ||
 		die "unable to install the boot loader\n";
 




More information about the pve-devel mailing list