]> git.plutz.net Git - blast/commitdiff
keep line breaks in DEBCONF variable
authorPaul Hänsch <paul@plutz.net>
Sat, 20 Jul 2019 10:28:28 +0000 (12:28 +0200)
committerPaul Hänsch <paul@plutz.net>
Sat, 20 Jul 2019 10:28:28 +0000 (12:28 +0200)
modules/default.mk
modules/nodm.mk

index 2f5364b57d0546e1abe9bf60481dd70717923936..326344006abffc2bdd6497bdd9b3ed7f5cef2c42 100644 (file)
@@ -11,9 +11,9 @@ endif
 export DEBCONF
 
 define DEBCONF :=
+
 keyboard-configuration keyboard-configuration/model    select  Generic 105-key (Intl) PC
 keyboard-configuration keyboard-configuration/variant  select  English (US) - English (Macintosh)
-
 endef
 
 .PHONY: _debconf_selections
index f871f432995572eb64a01a71bcf9251052fd3c4b..b207a6549867623aab996fac9e02e7c0cbb02d45 100644 (file)
@@ -5,12 +5,14 @@ else
 endif
 
 define DEBCONF +=
+
 nodm   nodm/enabled    boolean true
 endef
 
 ifdef nodm_user
   _config: _nodm_user _nodm_cfg
 define DEBCONF +=
+
 nodm   nodm/user       string  ${nodm_user}
 endef
 endif
@@ -23,6 +25,7 @@ ifdef webui
     PACKAGES += chromium
   endif
 define DEBCONF +=
+
 nodm   nodm/xsession   string  /usr/bin/chromium --app=${webui}
 endef
 endif
@@ -30,7 +33,6 @@ endif
 .PHONY: _nodm_user _nodm_cfg
 
 _nodm_cfg: ${CFGROOT}
-       #printf '%s\n' "$${DEBCONF}" |chroot "$${CFGROOT}" debconf-set-selections
        rm "$${CFGROOT}/etc/default/nodm"
        chroot "$${CFGROOT}" dpkg-reconfigure --default-priority -u nodm