Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

depmod fixes for Dell-S6100/Z9100 platform #2071

Merged
merged 1 commit into from
Sep 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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#
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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#