blob: de205a7e4df15522fd95a61e838a2041bf6bb9e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
|