pf-tools commit: r749 [ccaillet-guest] - /branches/0.33-stable/templates/ubuntu-installer

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


Author: ccaillet-guest
Date: Mon Jun  7 14:36:42 2010
New Revision: 749

URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=749
Log:
Adjusting Ubuntu PXE template too for avoiding question about codeset

Modified:
    branches/0.33-stable/templates/ubuntu-installer

Modified: branches/0.33-stable/templates/ubuntu-installer
URL: http://svn.debian.org/wsvn/pf-tools/branches/0.33-stable/templates/ubuntu-installer?rev=749&op=diff
==============================================================================
--- branches/0.33-stable/templates/ubuntu-installer (original)
+++ branches/0.33-stable/templates/ubuntu-installer Mon Jun  7 14:36:42 2010
@@ -5,7 +5,7 @@
 
 LABEL install
 	kernel %DEPLOYMODE%/%ARCH%/linux
-	append DEBCONF_PRIORITY=critical vga=normal auto=true initrd=%DEPLOYMODE%/%ARCH%/initrd.gz console-setup/ask_detect=false console-setup/layoutcode=fr interface=eth0 netcfg/no_default_route=true netcfg/get_hostname=unassigned-hostname url=http://vip-deploy.private/%PRESEED_URL% url/checksum=%PRESEED_MD5% -- %CONSOLE% %CMDLINE%
+	append DEBCONF_PRIORITY=critical vga=normal auto=true initrd=%DEPLOYMODE%/%ARCH%/initrd.gz console-setup/ask_detect=false console-setup/layoutcode=fr console-setup/codeset=. interface=eth0 netcfg/no_default_route=true netcfg/get_hostname=unassigned-hostname url=http://vip-deploy.private/%PRESEED_URL% url/checksum=%PRESEED_MD5% -- %CONSOLE% %CMDLINE%
 
 LABEL linux
 	kernel %KERNEL%




More information about the pf-tools-commits mailing list