From e3073a442fd6f3b08da158e4abf714771c67ff7b Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 14 Mar 2013 08:55:31 +0000 Subject: [PATCH] use the default pkglist on debian/ubuntu git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15516 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/ubuntu/compute.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl index 816e94ba0..8ba6f196f 100644 --- a/xCAT-server/share/xcat/install/ubuntu/compute.tmpl +++ b/xCAT-server/share/xcat/install/ubuntu/compute.tmpl @@ -68,6 +68,8 @@ d-i time/zone string #TABLE:site:key=timezone:value# d-i apt-setup/multiverse boolean false d-i apt-setup/universe boolean false +d-i apt-setup/backports boolean false +d-i apt-setup/updates boolean false ### Boot loader installation @@ -81,7 +83,7 @@ tasksel tasksel/first multiselect standard # gawk required for the xCAT scripts to work # Otherwise it installs mawk, which doesn't work -d-i pkgsel/include string openssh-server ntp gawk nfs-common snmpd #INCLUDE_DEFAULT_PKGLIST_PRESEED# +d-i pkgsel/include string #INCLUDE_DEFAULT_PKGLIST_PRESEED# d-i debian-installer/allow_unauthenticated string true d-i pkgsel/update-policy select none