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:
parent
5175b23379
commit
b0ab2b3a40
@ -8,8 +8,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: monitor-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
initscripts
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, procps
|
||||
Description: Monitor tools package
|
||||
This package contains data collection tools to monitor host performance.
|
||||
Tools are general purpose engineering and debugging related.
|
||||
|
Loading…
Reference in New Issue
Block a user