blob: 2e8b2a250512d45b8042001832c7d5b022ba15d4 (
plain)
1
2
3
4
5
6
7
8
9
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
|