pf-tools commit: r748 [ccaillet-guest] - /branches/0.33-stable/templates/ubuntu-preseed.tpl

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Mon Jun 7 14:31:48 UTC 2010


Author: ccaillet-guest
Date: Mon Jun  7 14:31:37 2010
New Revision: 748

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=748
Log:
Ajusting preseed template for Ubuntu for using a server kernel instead of generic one

Modified:
    branches/0.33-stable/templates/ubuntu-preseed.tpl

Modified: branches/0.33-stable/templates/ubuntu-preseed.tpl
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/templates/ubuntu-preseed.tpl?rev=748&op=diff
==============================================================================
--- branches/0.33-stable/templates/ubuntu-preseed.tpl (original)
+++ branches/0.33-stable/templates/ubuntu-preseed.tpl Mon Jun  7 14:31:37 2010
@@ -12,6 +12,8 @@
 d-i console-setup/layoutcode string fr
 # To select a variant of the selected layout (if you leave this out, the
 # basic form of the layout will be used):
+d-i console-setup/variant select France - Alternative
+d-i console-setup/codeset select . Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic
 #d-i console-setup/variantcode string dvorak
 
 ### Network configuration
@@ -72,7 +74,7 @@
 d-i partman/confirm_nooverwrite boolean true
 
 ### Base system installation
-d-i base-installer/kernel/image string %KERNELPKG%
+d-i base-installer/kernel/image string linux-image-server
 
 ### Account setup
 d-i passwd/root-login boolean false




More information about the pf-tools-commits mailing list