blob: dddd1e35a689f91f4d7f15610c5c76bf55f0a705 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
# example file to be used with --hookdir
#
# 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
|