- Fixed code still not using flakes config file - Allow to mount podman storage in rootless mode Temporary gain root permissions via sudo for mounting and modifying instance storage. This allows for provisioning transparent containers also for non root users but still requires sudo to be configured properly. - Make sure flake-ctl also reads /etc/flakes.yml The system wide configuration file was not read by flake-ctl only by the pilots. This commit fixes it OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/flake-pilot?expand=0&rev=19
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor"
|