debian: Remove initscripts dependency

The CentOS package is updating /etc/sysctl.conf which is provided
by initiscripts, thus the dependency. We are dropping the dependency
on initscripts because /etc/sysctl.conf isn't provided by
the initscripts package in Debian. It's provided by the procps package.

To solve this remove the initscripts package from monitor-tools.
Another commit will remove openrc, et al from the ISO.

Test Plan:

PASS: built image successfully
PASS: Installed image successfully

Story: 2009101
Task: 44776

Depends-On: https://review.opendev.org/c/starlingx/tools/+/843853

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I3aac4679e00aab87101563852b31fffc89861cfc
This commit is contained in:
Charles Short 2022-05-30 08:16:41 -04:00
parent 5175b23379
commit b0ab2b3a40

View File

@ -8,8 +8,7 @@ Homepage: https://www.starlingx.io
Package: monitor-tools Package: monitor-tools
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends}, ${misc:Depends}, procps
initscripts
Description: Monitor tools package Description: Monitor tools package
This package contains data collection tools to monitor host performance. This package contains data collection tools to monitor host performance.
Tools are general purpose engineering and debugging related. Tools are general purpose engineering and debugging related.