fix(bling,laptop): make sure to add configuration files during build step

This commit is contained in:
tulili 2023-09-27 00:30:47 -03:00
parent 395e0c4e96
commit 757bfc4bd5
No known key found for this signature in database
4 changed files with 4 additions and 1 deletions

View file

@ -19,5 +19,5 @@ install:
# - devpod # https://devpod.sh/ as an rpm
# - gnome-vrr # enables gnome-vrr for your image
# - container-tools # installs container-related tools onto /usr/bin: kind, kubectx, docker-compose and kubens
# - laptop # installs TLP and configures your system for laptop usage # Make sure to include the '- laptop: / usr' in the "file" module.
# - laptop # installs TLP and configures your system for laptop usage
```

View file

@ -12,5 +12,8 @@ else
fi
systemctl enable tlp
systemctl enable fprintd
mkdir -p /usr/etc/tlp.d
cp "$BLING_DIRECTORY"/files/laptop/usr/etc/tlp.d/* /usr/etc/tlp.d/
cp "$BLING_DIRECTORY"/files/laptop/usr/share/ublue-os/just/* /usr/share/ublue-os/just/
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os_staging.repo