Replies: 3 comments 4 replies
-
Can you clarify what does not work exactly?
Is removing the commands from line 37 to 49 what you want to do? |
Beta Was this translation helpful? Give feedback.
-
I think we should have first-class kickstart support for this. It might be just something like |
Beta Was this translation helpful? Give feedback.
-
Adding |
Beta Was this translation helpful? Give feedback.
-
In Fedora IoT we have been trying to use a drop in config file[1] to set the ostree remote details to use for updates. We were hoping this would be as easy as creating an RPM to install the file '/etc/ostree/remotes.d/fedora-iot.conf'.
Unfortunately, this doesn't seem to work and still needs some of the commands we previously used in the kickstart[2] to move from the installation repository to the Fedora IoT repository listed in the config file.
Is it possible to use an RPM packaged config file as we're attempting, without running any other commands on the host?
[1] - https://src.fedoraproject.org/rpms/fedora-iot-config/blob/rawhide/f/fedora-iot.conf
[2] - https://pagure.io/fedora-kickstarts/blob/main/f/fedora-iot.ks#_37
Beta Was this translation helpful? Give feedback.
All reactions