diff options
Diffstat (limited to 'examples/D90chrootmemo')
-rw-r--r-- | examples/D90chrootmemo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/D90chrootmemo b/examples/D90chrootmemo new file mode 100644 index 0000000..d7f1d9d --- /dev/null +++ b/examples/D90chrootmemo @@ -0,0 +1,8 @@ +#!/bin/sh +# an example to make a note that this is a chroot in / +# suggested by Turbo Fredriksson + +echo "This is a chroot made by pbuilder" > /CHROOT + + + |