diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-02 06:24:14 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-10-02 06:24:14 +0200 |
commit | 8bf4295ec61896769f68b517572a7b18da2c363a (patch) | |
tree | c7542baa5360470c8a343c466a069e7aa06ef15b /debian/config | |
parent | aa924a42627aae0f6d426bd3f488a4581fc9309d (diff) | |
download | itzks-systems-8bf4295ec61896769f68b517572a7b18da2c363a.tar.gz itzks-systems-8bf4295ec61896769f68b517572a7b18da2c363a.tar.bz2 itzks-systems-8bf4295ec61896769f68b517572a7b18da2c363a.zip |
Allow setting of ITZkS customer name via itzks.do_preseed $1.
Diffstat (limited to 'debian/config')
-rwxr-xr-x | debian/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config b/debian/config index 6cea5fe..c217b74 100755 --- a/debian/config +++ b/debian/config @@ -5,6 +5,6 @@ set -e # Source debconf library. . /usr/share/debconf/confmodule -db_input critical itzks-systems-common/customer-name || true +db_input high itzks-systems-common/customer-name || true db_go |