From 45fb564db6388c7cdf69c060c7fa0c89c5f936c5 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Thu, 14 Mar 2013 08:54:50 +0000 Subject: [PATCH] use the default pkglist on debian/ubuntu git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15515 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/ubuntu/compute.pkglist | 5 +++++ xCAT-server/share/xcat/install/ubuntu/compute.tmpl | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 xCAT-server/share/xcat/install/ubuntu/compute.pkglist diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.pkglist new file mode 100644 index 000000000..925eba83e --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/compute.pkglist @@ -0,0 +1,5 @@ +openssh-server +ntp +gawk +nfs-common +snmpd 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