From 92ff4b031bd6a92524fa735b7742d04276e710bd Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 23 Aug 2010 18:48:06 +0000 Subject: [PATCH] INCLUDE_DEFAULT_PKGLIST variable is set by Template.pm, which is not run for zvm. Hence, this variable is not replaced by the correct value. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7192 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl b/xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl index 5807bd454..30001ca62 100644 --- a/xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl +++ b/xCAT-server/share/xcat/install/rh/compute.rhel5.s390x.tmpl @@ -22,6 +22,11 @@ clearpart --initlabel --drives=dasda part / --fstype ext3 --size=100 --grow --ondisk=dasda %packages -#INCLUDE_DEFAULT_PKGLIST# +@base +@core +@base-x +fipscheck +device-mapper-multipath +sgpio %post \ No newline at end of file