Add in the mess from the original symbiosisware version.
[distorted-chroot] / mess / config / schroot / scripts / 51chrootenv
CommitLineData
fd0f20e1
MW
1#! /bin/sh -e
2
3case "$1" in
4 setup-start)
5 env | sed -n '/CHROOT_/s///p' | sort >"$CHROOT_PATH/etc/schroot.info"
6 ;;
7esac