From 4dd43607b8844aa42e14772ef40adb23f3a21962 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 27 Sep 2013 02:57:55 -0700 Subject: [PATCH] ubuntu 13.04 stateful support --- xCAT-server/share/xcat/install/ubuntu/compute.tmpl | 4 ++-- xCAT-server/share/xcat/install/ubuntu/kvm.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl index 76136115f..28a5ddefa 100644 --- a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl +++ b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl @@ -5,14 +5,14 @@ d-i localechooser/supported-locales multiselect en_US.UTF-8 # Keyboard Selection d-i console-setup/ask_detect boolean false -d-i console-setup/layoutcode string en +d-i keyboard-configuration/layoutcode string en ### Network Configuration d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain d-i netcfg/wireless_wep string - +d-i netcfg/dhcp_timeout string 120 ### Mirror settings # If you select ftp, the mirror/country string does not need to be set. diff --git a/xCAT-server/share/xcat/install/ubuntu/kvm.tmpl b/xCAT-server/share/xcat/install/ubuntu/kvm.tmpl index 76136115f..28a5ddefa 100644 --- a/xCAT-server/share/xcat/install/ubuntu/kvm.tmpl +++ b/xCAT-server/share/xcat/install/ubuntu/kvm.tmpl @@ -5,14 +5,14 @@ d-i localechooser/supported-locales multiselect en_US.UTF-8 # Keyboard Selection d-i console-setup/ask_detect boolean false -d-i console-setup/layoutcode string en +d-i keyboard-configuration/layoutcode string en ### Network Configuration d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain d-i netcfg/wireless_wep string - +d-i netcfg/dhcp_timeout string 120 ### Mirror settings # If you select ftp, the mirror/country string does not need to be set.