From 71d72352fb1d1d06986b8f13d4c02c6a7a38d64a Mon Sep 17 00:00:00 2001 From: sikorsky Date: Wed, 10 Sep 2008 14:46:59 +0000 Subject: [PATCH] Added share/xcat/netboot/sles/copy_profile.sh. This script is used to copy all files belonging to one profile (.pkglist .exlist .postinstall .repolist) to another name. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2122 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../share/xcat/netboot/sles/copy_profile.sh | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 xCAT-server/share/xcat/netboot/sles/copy_profile.sh diff --git a/xCAT-server/share/xcat/netboot/sles/copy_profile.sh b/xCAT-server/share/xcat/netboot/sles/copy_profile.sh new file mode 100755 index 000000000..0f4232c0a --- /dev/null +++ b/xCAT-server/share/xcat/netboot/sles/copy_profile.sh @@ -0,0 +1,20 @@ +#!/bin/sh + +if [ -z $1 -o -z $2 ]; then + cat <