Update comments in basic post-install
[autocluster.git] / templates / basic-postinstall.sh
index 70e0c2357aa2fe28ba80542af2aaa5e0e88b7b83..d81b3c1593beb2c4c2c09405f199c6ba372f1395 100644 (file)
@@ -1,4 +1,6 @@
-# install the SoFS packages via a proxy on the host
+##################################################
+# BEGIN basic-postinstall.sh
+#
 [ "@@WEBPROXY@@" = "" ] || {
   http_proxy=@@WEBPROXY@@
   export http_proxy
@@ -55,3 +57,6 @@ yum clean all
 rm -f /etc/udev/rules.d/70-persistent-net.rules
 
 sync
+#
+# END basic-postinstall.sh
+##################################################