Reorganize some files and import some others

This commit is contained in:
2015-01-14 15:14:22 +00:00
parent c03924f6a6
commit ecb0bb0815
29 changed files with 151 additions and 158 deletions

View File

@@ -11,4 +11,9 @@ apt_get_install_permanent() {
apt_get_install_temporary() {
echo $@ >> /build/temporary
$apt_get_install "$@"
}
export_env() {
export $1="$2"
echo -n $2 > /etc/container_environment/$1
}