#!/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



