diff options
Diffstat (limited to 'hosts/odxu4b-armhf-rb/etc/pbuilder')
-rwxr-xr-x | hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment b/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment index d317b117..4b4c9ab3 100755 --- a/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment +++ b/hosts/odxu4b-armhf-rb/etc/pbuilder/rebuild-hooks/D01_modify_environment @@ -40,7 +40,7 @@ if [ "$(dpkg --print-architecture)" != "armhf" ] ; then elif [ "$REAL_HOSTNAME" != "bpi0" ] ; then exit 0 else - figlet bpi0, yay + echo "disorder-fs debug: bpi0, yay, enabling disorderfs now…" fi # use disorderfs |