Timothée Ravier
Timothée Ravier
Add a doc page for: https://github.com/coreos/rpm-ostree/pull/3125
**Describe the enhancement** Add a hidden option to `rpm-ostree kargs` to update all existing deployments in place. Example: ``` $ sudo rpm-ostree kargs --append-if-missings=rw --all-deployments ``` This would be useful...
Add 'nosetuid' treefile boolean to strip SetUIG & SetGID bits This implements a post_process step similar to cliwrap that will strip the SetUID and SetGID bits from all executable files...
**Host system details** Latest Fedora CoreOS next. **Expected vs actual behavior** `rpm-ostree override replace --experimental --freeze --from repo=foo` should enable the repo `foo` and fetch metadata from it before trying...
Add support for using themes installed in two different file system locations instead of a single one right now. The objective is to be able to define the two following...
Hey folks, thanks for all the good work you're doing with Flathub! Could an admin take a look at KDE repos on Flathub (the one maintained by the KDE team)...
Revert "cmd-init: Support specifying a subdirectory" Remove support for subdirectory in cosa init given that: - we currently don't use this feature, - we chose another path for multiple version...
# Bug Report # See recent PRs CI failures: - https://storage.googleapis.com/origin-ci-test/pr-logs/pull/coreos_coreos-assembler/2972/pull-ci-coreos-coreos-assembler-main-rhcos/1546600586357510144/build-log.txt ``` + cosa_buildextend_all + cosa buildextend-aliyun [INFO]: symlink is for a build and publish command [INFO]: ore target aliyun...
kola: AWS: Regularly retrieve console output to detect initramfs reaching emergency target earlier
# Feature Request # When running tests on AWS, kola waits for the tests to complete or to timeout before retrieving console output. This is fine for successful and failing...
## What are the configuration options for kdump? Enabling kdump on FCOS (& RHCOS) requires: * setting a kernel argument (for example: `crashkernel=256M`) which has a [default suggested value](https://www.kernel.org/doc/html/latest/admin-guide/kdump/kdump.html?highlight=kdump#boot-into-system-kernel); *...