debian: Remove package preset install for ha

Remove the installation of per-package preset installs
since they are centrally managed now by the ISO install
for the following packages:

- sm-api
- sm-common
- sm-eru
- sm

Story: 2009968
Task: 46406

Test Plan

PASS Build package
PASS Build ISO
PASS Check for non-existant preset file in /etc/systemd/system-preset

Depends-On: https://review.opendev.org/c/starlingx/integ/+/853653

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I537a013c77c7603e48cbf92837a4174282d70032
This commit is contained in:
Charles Short 2022-08-25 11:44:55 -04:00 committed by Bob Church
parent 199c1a8ba8
commit e21e923161
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
debian/systemd/00-sm-api.preset etc/systemd/system-preset
etc/init.d/sm-api
etc/pmon.d/sm-api.conf
etc/sm/sm_api.ini

View File

@ -1 +0,0 @@
enable sm-api.service

View File

@ -1 +0,0 @@
debian/systemd/00-sm-common.preset etc/systemd/system-preset

View File

@ -1,4 +1,3 @@
debian/systemd/00-sm-eru.preset etc/systemd/system-preset
etc/init.d/sm-eru
etc/pmon.d/sm-eru.conf
lib/systemd/system/sm-eru.service

View File

@ -1 +0,0 @@
enable sm-eru.service

View File

@ -1,4 +1,3 @@
debian/systemd/00-sm.preset etc/systemd/system-preset
etc/init.d/sm
etc/init.d/sm-shutdown
etc/logrotate.d/sm.logrotate

View File

@ -1,2 +0,0 @@
enable sm.service
enable sm-shutdown.service