diff options
Diffstat (limited to 'examples/F90chrootmemo')
-rw-r--r-- | examples/F90chrootmemo | 10 |
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 + + + |