This script rebuilds a Kolide RPM for deployment on Fedora Silverblue.
RPM Linux (.rpm)
installation package../rebuild.sh <path to downloaded RPM>
To install the resulting RPM on Fedora SilverBlue, run:
rpm-ostree install </path/to/kolide-launcher.rpm>
sudo rpm-ostree apply-live
systemctl enable --now launcher.kolide-k2
To uninstall the custom package, run:
sudo rpm-ostree uninstall launcher-kolide-k2
This script automates the following steps:
Autoupdates are not enabled, as this may result in Kolide sending you an incompatible launcher in the future. Hopefully Kolide will natively support Fedora SilverBlue soon so that this hack is unnecessary in the near future.
Be sure to mention to Kolide's support team that you would like native support for immutable Linux distrubitons such as Fedora SilverBlue!