While we were discussion my HTTPS problem new idea: it should be easy to implement silent installation feature:
- prepare or record response file during other installation
- provide response file during configure step
This could avoid typo and other similar problems during installation. This will be also another source to diagnose installation problems.
Best regards,
Andrey Chervonets
SIA CoMinder http://www.cominder.eu/ mobile: +371 26517848
Den 25.10.2013 11:17, Andrey Chervonets skrev:
While we were discussion my HTTPS problem new idea: it should be easy to implement silent installation feature:
- prepare or record response file during other installation
- provide response file during configure step
This could avoid typo and other similar problems during installation. This will be also another source to diagnose installation problems.
Two ways of doing it:
All of the configure settings and the auto-detected definitions end up in the top-level Makefile. So that is essentially a record of the responses you gave during the configure step.
All of the "configure" settings can be scripted. See e.g. the call to configure in the "debian/rules" file.
Regards,
Henrik
participants (2)
-
A.Chervonets@cominder.eu
-
henrik@hswn.dk