Adding framework specific software

This commit is contained in:
gmpinder
2023-06-05 23:36:30 -04:00
parent 56d2d016b5
commit 0ebe2b13cf
3 changed files with 10 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ rpm:
- code - code
- cronie - cronie
- docker - docker
- fprintd
- fprintd-pam
# These RPMs will be removed from the system image. This step happens during # These RPMs will be removed from the system image. This step happens during
# image build, BEFORE installing custom RPMs (from the "rpm.install" category). # image build, BEFORE installing custom RPMs (from the "rpm.install" category).
remove: remove:

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -eou pipefail
# Enable fingerprintd service
sudo systemctl enable fprintd.service

1
usr/etc/tlp.conf Normal file
View File

@@ -0,0 +1 @@
PCIE_ASPM_ON_BAT=powersupersave