Update comments in basic post-install
authorMartin Schwenke <martin@meltin.net>
Tue, 24 Jun 2014 01:44:55 +0000 (11:44 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 2 Jul 2014 04:17:17 +0000 (14:17 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
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
+##################################################