From 4f924568fda19c3237c101df362156314a425c8a Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 22 Mar 2016 17:35:06 +0800 Subject: [PATCH 1/2] Add Ubuntu 14.04.4 support --- .../ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist | 14 ++++++++++++++ .../ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist | 1 + .../ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist | 8 ++++++++ .../cudaruntime.ubuntu14.04.4.ppc64el.pkglist | 8 ++++++++ .../ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist | 15 +++++++++++++++ .../ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist | 1 + .../ubuntu/compute.ubuntu14.04.4.x86_64.pkglist | 15 +++++++++++++++ .../ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist | 6 ++++++ .../cudaruntime.ubuntu14.04.4.ppc64el.pkglist | 1 + 9 files changed, 69 insertions(+) create mode 100644 xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist create mode 120000 xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist create mode 100644 xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist create mode 100644 xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist create mode 120000 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist create mode 100644 xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist create mode 120000 xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist new file mode 100644 index 000000000..ec88e4935 --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1,14 @@ +bash +nfs-common +openssl +isc-dhcp-client +libc-bin +openssh-server +openssh-client +wget +vim +ntp +rsync +busybox-static +gawk +dnsutils diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist new file mode 120000 index 000000000..162cea5bd --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.4.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist new file mode 100644 index 000000000..c79ce99df --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1,8 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +linux-headers-generic-lts-utopic +build-essential +dkms + +zlib1g-dev + +cuda diff --git a/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist new file mode 100644 index 000000000..50f561b9e --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1,8 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +linux-headers-generic-lts-utopic +build-essential +dkms + +zlib1g-dev + +cuda-runtime-7-0 diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist new file mode 100644 index 000000000..0ca8402aa --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1,15 @@ +bash +nfs-common +openssl +isc-dhcp-client +libc-bin +linux-image-generic-lts-vivid +openssh-server +openssh-client +wget +vim +ntp +rsync +busybox-static +gawk +dnsutils diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist new file mode 120000 index 000000000..162cea5bd --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64le.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.4.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist new file mode 100644 index 000000000..0ca8402aa --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist @@ -0,0 +1,15 @@ +bash +nfs-common +openssl +isc-dhcp-client +libc-bin +linux-image-generic-lts-vivid +openssh-server +openssh-client +wget +vim +ntp +rsync +busybox-static +gawk +dnsutils diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist new file mode 100644 index 000000000..f90ba312a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1,6 @@ +#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# +linux-headers-generic-lts-utopic + +build-essential +zlib1g-dev +dkms diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..ff4be8e58 --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +cudafull.ubuntu14.04.4.ppc64el.pkglist \ No newline at end of file From 656b9e105ca50af4a7155350ea54c050b9e023af Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 29 Mar 2016 10:38:30 +0800 Subject: [PATCH 2/2] Change plain files of Ubuntu pkglists to symbolic links --- .../ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist | 15 +-------------- .../ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist | 15 +-------------- .../cudafull.ubuntu14.04.4.ppc64el.pkglist | 9 +-------- .../cudaruntime.ubuntu14.04.4.ppc64el.pkglist | 9 +-------- .../ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist | 16 +--------------- .../ubuntu/compute.ubuntu14.04.4.x86_64.pkglist | 16 +--------------- .../cudafull.ubuntu14.04.3.ppc64el.pkglist | 7 +------ .../cudafull.ubuntu14.04.4.ppc64el.pkglist | 7 +------ 8 files changed, 8 insertions(+), 86 deletions(-) mode change 100644 => 120000 xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist mode change 100644 => 120000 xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist deleted file mode 100644 index ec88e4935..000000000 --- a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist +++ /dev/null @@ -1,14 +0,0 @@ -bash -nfs-common -openssl -isc-dhcp-client -libc-bin -openssh-server -openssh-client -wget -vim -ntp -rsync -busybox-static -gawk -dnsutils diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist new file mode 120000 index 000000000..1d26ee80e --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.2.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist deleted file mode 100644 index ec88e4935..000000000 --- a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist +++ /dev/null @@ -1,14 +0,0 @@ -bash -nfs-common -openssl -isc-dhcp-client -libc-bin -openssh-server -openssh-client -wget -vim -ntp -rsync -busybox-static -gawk -dnsutils diff --git a/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..1d26ee80e --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.2.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist deleted file mode 100644 index c79ce99df..000000000 --- a/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist +++ /dev/null @@ -1,8 +0,0 @@ -#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# -linux-headers-generic-lts-utopic -build-essential -dkms - -zlib1g-dev - -cuda diff --git a/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..8681de997 --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +cudafull.ubuntu14.04.3.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist deleted file mode 100644 index 50f561b9e..000000000 --- a/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist +++ /dev/null @@ -1,8 +0,0 @@ -#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# -linux-headers-generic-lts-utopic -build-essential -dkms - -zlib1g-dev - -cuda-runtime-7-0 diff --git a/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..9388a06bb --- /dev/null +++ b/xCAT-server/share/xcat/install/ubuntu/cudaruntime.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +cudaruntime.ubuntu14.04.3.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist deleted file mode 100644 index 0ca8402aa..000000000 --- a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist +++ /dev/null @@ -1,15 +0,0 @@ -bash -nfs-common -openssl -isc-dhcp-client -libc-bin -linux-image-generic-lts-vivid -openssh-server -openssh-client -wget -vim -ntp -rsync -busybox-static -gawk -dnsutils diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..7dd0c7e61 --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.3.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist deleted file mode 100644 index 0ca8402aa..000000000 --- a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist +++ /dev/null @@ -1,15 +0,0 @@ -bash -nfs-common -openssl -isc-dhcp-client -libc-bin -linux-image-generic-lts-vivid -openssh-server -openssh-client -wget -vim -ntp -rsync -busybox-static -gawk -dnsutils diff --git a/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist new file mode 120000 index 000000000..9bbacda5b --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/compute.ubuntu14.04.4.x86_64.pkglist @@ -0,0 +1 @@ +compute.ubuntu14.04.3.x86_64.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist deleted file mode 100644 index f90ba312a..000000000 --- a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist +++ /dev/null @@ -1,6 +0,0 @@ -#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# -linux-headers-generic-lts-utopic - -build-essential -zlib1g-dev -dkms diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist new file mode 120000 index 000000000..683db3f0a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.3.ppc64el.pkglist @@ -0,0 +1 @@ +cudafull.ubuntu14.04.2.ppc64el.pkglist \ No newline at end of file diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist deleted file mode 100644 index f90ba312a..000000000 --- a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist +++ /dev/null @@ -1,6 +0,0 @@ -#INCLUDE:compute.ubuntu14.04.3.ppc64el.pkglist# -linux-headers-generic-lts-utopic - -build-essential -zlib1g-dev -dkms diff --git a/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist new file mode 120000 index 000000000..683db3f0a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/ubuntu/cudafull.ubuntu14.04.4.ppc64el.pkglist @@ -0,0 +1 @@ +cudafull.ubuntu14.04.2.ppc64el.pkglist \ No newline at end of file