aboutsummaryrefslogtreecommitdiff
path: root/examples/F90chrootmemo
diff options
context:
space:
mode:
Diffstat (limited to 'examples/F90chrootmemo')
-rw-r--r--examples/F90chrootmemo10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/F90chrootmemo b/examples/F90chrootmemo
new file mode 100644
index 0000000..2e8b2a2
--- /dev/null
+++ b/examples/F90chrootmemo
@@ -0,0 +1,10 @@
+#!/bin/sh
+# an example to make a note that this is a chroot in /
+# suggested by Turbo Fredriksson
+
+# this shell is executed before logging in to chroot via login/execute.
+
+echo "This is a chroot made by pbuilder" > /CHROOT
+
+
+