From e042f24dc48aa2ff170ed9c5bd5948678a7cdeb5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Thu, 13 Feb 2025 17:22:16 -0500 Subject: [PATCH] initial --- additional/.gitignore | 0 .../etc/systemd/system-preset/49-koozali.preset/80akmod | 1 + root/usr/lib/systemd/system/akmods.service.d/50-koozali.conf | 2 ++ smeserver-akmod.spec | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 additional/.gitignore create mode 100644 root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80akmod create mode 100644 root/usr/lib/systemd/system/akmods.service.d/50-koozali.conf diff --git a/additional/.gitignore b/additional/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80akmod b/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80akmod new file mode 100644 index 0000000..750ed93 --- /dev/null +++ b/root/etc/e-smith/templates/etc/systemd/system-preset/49-koozali.preset/80akmod @@ -0,0 +1 @@ +enable akmod.service diff --git a/root/usr/lib/systemd/system/akmods.service.d/50-koozali.conf b/root/usr/lib/systemd/system/akmods.service.d/50-koozali.conf new file mode 100644 index 0000000..18a10d5 --- /dev/null +++ b/root/usr/lib/systemd/system/akmods.service.d/50-koozali.conf @@ -0,0 +1,2 @@ +[Install] +WantedBy=smeserver.target diff --git a/smeserver-akmod.spec b/smeserver-akmod.spec index fe02a71..6b05edd 100644 --- a/smeserver-akmod.spec +++ b/smeserver-akmod.spec @@ -19,8 +19,8 @@ AutoReqProv: no wrapper to load akmod service on reboot in order to compil kmod modules %changelog -* Day MMMM DD YYYY 1.0-1.sme -- Initial code - create RPM [SME:99999] +* Thu Feb 13 2025 Jean-Philippe Pialasse 1.0-1.sme +- create akmod wrapper [SME: 12921] %prep