[devices]: Dell-S6100/Z9100 depmod fixes (#2071)

This commit is contained in:
paavaanan 2018-09-26 11:44:09 +05:30 committed by lguohan
parent 0ed2ac36de
commit 763982b70e
4 changed files with 12 additions and 2 deletions

View File

@ -6,4 +6,4 @@ common/fstrim.timer etc/systemd/system
common/fstrim.service etc/systemd/system
s6100/scripts/platform_sensors.py usr/local/bin
s6100/scripts/sensors usr/bin
s6100/systemd/platform-modules-s6100.service etc/systemd/system/multi-user.target.wants
s6100/systemd/platform-modules-s6100.service etc/systemd/system

View File

@ -4,4 +4,8 @@
systemctl enable fstrim.timer
systemctl start fstrim.timer
# Enable Dell-S6100-platform-service
depmod -a
systemctl enable platform-modules-s6100.service
systemctl start platform-modules-s6100.service
#DEBHELPER#

View File

@ -6,4 +6,4 @@ common/fstrim.service etc/systemd/system
z9100/scripts/platform_sensors.py usr/local/bin
z9100/scripts/sensors usr/bin
z9100/cfg/z9100-modules.conf etc/modules-load.d
z9100/systemd/platform-modules-z9100.service etc/systemd/system/multi-user.target.wants
z9100/systemd/platform-modules-z9100.service etc/systemd/system

View File

@ -4,4 +4,10 @@
systemctl enable fstrim.timer
systemctl start fstrim.timer
# Enable Dell-Z9100-platform-service
depmod -a
systemctl enable platform-modules-z9100.service
systemctl start platform-modules-z9100.service
#DEBHELPER#