/usr/share/doc/pbuilder/examples/F90chrootmemo is in pbuilder 0.229.1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/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
# this shell is executed before logging in to chroot via login/execute.
echo "This is a chroot made by pbuilder" > /CHROOT
|