From 29cbd7344ea7ce5a026da3647dbe2abc8ac47e0b Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 22 Mar 2013 10:21:53 +0000 Subject: [PATCH] genimage on ubuntu12.04.2 meet package installation error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15627 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../share/xcat/netboot/ubuntu/compute.exlist | 13 ------------- .../netboot/ubuntu/compute.ubuntu12.04.1.pkglist | 14 ++++++++++++++ .../netboot/ubuntu/compute.ubuntu12.04.2.pkglist | 14 ++++++++++++++ 3 files changed, 28 insertions(+), 13 deletions(-) delete mode 100644 xCAT-server/share/xcat/netboot/ubuntu/compute.exlist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.1.pkglist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.2.pkglist diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.exlist b/xCAT-server/share/xcat/netboot/ubuntu/compute.exlist deleted file mode 100644 index 7241cb38b..000000000 --- a/xCAT-server/share/xcat/netboot/ubuntu/compute.exlist +++ /dev/null @@ -1,13 +0,0 @@ -./usr/share/man/* -./usr/share/locale/* -./usr/share/i18n* -./var/cache/yum* -./usr/share/doc* -./usr/share/gnome* -./usr/share/zoneinfo* -./usr/share/cracklib* -./usr/share/info* -./usr/share/omf* -./usr/lib/locale* -./usr/lib/perl5* -./boot* diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.1.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.1.pkglist new file mode 100644 index 000000000..c23ba181a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.1.pkglist @@ -0,0 +1,14 @@ +bash +nfs-common +openssl +isc-dhcp-client +linux-image-server +openssh-server +openssh-client +wget +vim +ntp +rsyslog +rsync +busybox-static +gawk diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.2.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.2.pkglist new file mode 100644 index 000000000..7b6014760 --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu12.04.2.pkglist @@ -0,0 +1,14 @@ +bash +nfs-common +openssl +isc-dhcp-client +linux-image-generic-lts-quantal +openssh-server +openssh-client +wget +vim +ntp +rsyslog +rsync +busybox-static +gawk