diff options
Diffstat (limited to 'hosts/profitbricks-build2-amd64')
-rwxr-xr-x | hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment index dda76947..62ae3d03 100755 --- a/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/profitbricks-build2-amd64/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -14,6 +14,10 @@ domainname i-capture-the-domain echo "I: Adding a custom variable just for the fun of it..." >&2 export CAPTURE_ENVIRONMENT="I capture the environment" +echo "I: Changing /bin/sh to bash" >&2 +echo "dash dash/sh boolean false" | debconf-set-selections +DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash + # temporarily disable disorderfs as we have problems properly unmounting it exit 0 |