[pve-devel] r6119 - pve-installer/pve2

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Jun 20 08:31:03 CEST 2011


Author: dietmar
Date: 2011-06-20 08:31:03 +0200 (Mon, 20 Jun 2011)
New Revision: 6119

Modified:
   pve-installer/pve2/changelog
   pve-installer/pve2/proxinstall
Log:


Modified: pve-installer/pve2/changelog
===================================================================
--- pve-installer/pve2/changelog	2011-06-20 05:15:08 UTC (rev 6118)
+++ pve-installer/pve2/changelog	2011-06-20 06:31:03 UTC (rev 6119)
@@ -1,5 +1,7 @@
 pve-installer (2.0-1) unstable; urgency=low
 
+  * write keyboard settings to /etc/pve-installer.cfg
+
   * adjust for pve2
 
   * avoid to run update-grub or update-initramfs during install
@@ -14,7 +16,7 @@
 
   * wait one second after partitioning (give kernel time to reread part
     table)
-  
+
   * use update-initramfs -c (instead of -u)
 
  -- Proxmox Support Team <support at proxmox.com>  Mon, 15 Feb 2010 14:09:46 +0100

Modified: pve-installer/pve2/proxinstall
===================================================================
--- pve-installer/pve2/proxinstall	2011-06-20 05:15:08 UTC (rev 6118)
+++ pve-installer/pve2/proxinstall	2011-06-20 06:31:03 UTC (rev 6119)
@@ -841,7 +841,7 @@
 
 	my $vnckmap = $cmap->{kmap}->{$keymap}->{kvm} || 'en-us';
 	write_config ("keyboard: $vnckmap\n", 
-		      "$targetdir/etc/pve/qemu-server.cfg");
+		      "$targetdir/etc/pve-installer.cfg");
 
 	# set apt mirror
 	if (my $mirror = $cmap->{country}->{$country}->{mirror}) {




More information about the pve-devel mailing list