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>
There is a new init sequence that is executed prior to all concurrent
init.d services.
Placing ordered services in /etc/boot.d allows you to interpose upgrade,
verification, and special handling prior to execution of the normal SYSV init.
This system can be accessed by placing ordered scripts directly in
/etc/boot.d from your package.
This infra is used to perform early loader and partition upgrade checks, onie upgrades,
cpld upgrades, and the like.
Normal filesystem mounts are performed at priority 50.
Platform initialization is performated at priority 51.
TODO: Integrate upgrade sequence.