comments on why cp-scripts-to-chroot is needed
[dev-env-setup.git] / cp-scripts-to-chroot
index 20ec54096cf70806b4fa43655fcdbd92260e54a6..3543af2e714e2698d4232bc4d732dc41328825c2 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/bash
+# useful script which copies dev-env-setup into a named chroot.
+# (when setting up chroots, this is needed every time)
+
 if [ "$EUID" -ne 0 ]
   then echo "Please run as root"
   exit