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;