all-base-packages: Add debconf and dialog

First installed as dependency for multiple packages and second is used
by debconf, but not installed as it's dependency. This enables package
configuration during install or dpkg-reconfigure(7) from debconf.

This removes following messages on console during package install:

  debconf: unable to initialize frontend: Dialog
  debconf: (No usable dialog-like program is installed, so the dialog \
based frontend cannot be used. at \
/usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76, <> line 11.)
  debconf: falling back to frontend: Readline

Signed-off-by: Sergey Popovich <sergey.popovich@ordnance.co>
This commit is contained in:
Sergey Popovich
2018-08-06 14:15:45 +03:00
parent e2c1fcc335
commit 82ce411571
3 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
- python
- apt
- apt-utils
- debconf
- dialog
- procps
- net-tools
- iputils-ping

View File

@@ -8,6 +8,8 @@
- python
- apt
- apt-utils
- debconf
- dialog
- procps
- net-tools
- iputils-ping

View File

@@ -7,6 +7,8 @@
- python
- apt
- apt-utils
- debconf
- dialog
- procps
- net-tools
- iputils-ping