|
From: <ar...@sy...> - 2008-02-24 14:46:47
|
Author: arighi Date: 2008-02-24 08:46:40 -0600 (Sun, 24 Feb 2008) New Revision: 4407 Modified: trunk/sbin/si_getimage Log: - print a note about cluster-register/cluster-map website (http://www.systemimager.org/cluster-register) when a image is successfully cloned and configured by si_getimage Modified: trunk/sbin/si_getimage =================================================================== --- trunk/sbin/si_getimage 2008-02-24 14:43:12 UTC (rev 4406) +++ trunk/sbin/si_getimage 2008-02-24 14:46:40 UTC (rev 4407) @@ -639,5 +639,9 @@ exec($cmd); } +print <<"EOF"; +The image \"$image\" has been successfully configured. - +Remember to register your cluster(s) at: + http://www.systemimager.org/cluster-register +EOF |