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
This commit is contained in:
parent
5a4e5a3559
commit
45fb564db6
5
xCAT-server/share/xcat/install/ubuntu/compute.pkglist
Normal file
5
xCAT-server/share/xcat/install/ubuntu/compute.pkglist
Normal file
@ -0,0 +1,5 @@
|
||||
openssh-server
|
||||
ntp
|
||||
gawk
|
||||
nfs-common
|
||||
snmpd
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user