Adding framework specific software
This commit is contained in:
@@ -61,6 +61,8 @@ rpm:
|
||||
- code
|
||||
- cronie
|
||||
- docker
|
||||
- fprintd
|
||||
- fprintd-pam
|
||||
# These RPMs will be removed from the system image. This step happens during
|
||||
# image build, BEFORE installing custom RPMs (from the "rpm.install" category).
|
||||
remove:
|
||||
|
||||
7
scripts/post/enable-fingerprintd.sh
Normal file
7
scripts/post/enable-fingerprintd.sh
Normal 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
1
usr/etc/tlp.conf
Normal file
@@ -0,0 +1 @@
|
||||
PCIE_ASPM_ON_BAT=powersupersave
|
||||
Reference in New Issue
Block a user