chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7235dd42cf66c8d447eeabeeda1e678cd8b3a912
[distorted-chroot]
/
mess
/
config
/
schroot
/
scripts
/
51chrootenv
1
#! /bin/sh -e
2
3
case "$1" in
4
setup-start)
5
env | sed -n '/CHROOT_/s///p' | sort >"$CHROOT_PATH/etc/schroot.info"
6
;;
7
esac