From 339d9f1b576ff2101fd1a5b83afdc558cdaf92ae Mon Sep 17 00:00:00 2001 From: nott Date: Tue, 1 Apr 2008 17:25:34 +0000 Subject: [PATCH] This script is a temporary post boot script to call from an AIX diskless node when it boots. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@960 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/share/xcat/netboot/aix/xcatAIXpost | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 xCAT-server-2.0/share/xcat/netboot/aix/xcatAIXpost diff --git a/xCAT-server-2.0/share/xcat/netboot/aix/xcatAIXpost b/xCAT-server-2.0/share/xcat/netboot/aix/xcatAIXpost new file mode 100644 index 000000000..db37c7645 --- /dev/null +++ b/xCAT-server-2.0/share/xcat/netboot/aix/xcatAIXpost @@ -0,0 +1,10 @@ +#!/usr/bin/env perl +##################################################### +# +# This is just a placeholder for now! +# +##################################################### + +`touch /tmp/xcatpost`; + +exit 0;