You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playing with osbuild locally, I ran into 2 issues with the online documentation to run builds locally when using Fedora 39 as the OS I was developing my image(s) on:
When I attempt to do a files customization install into /root (well aware of the cautions, was just trying some ideas out) - my composition didn't seem to accept that as a possible path. Referencing: https://osbuild.org/docs/user-guide/blueprint-reference (Files and directories section). I wasn't sure if I was hitting a change/limitation or maybe just using the wrong pathing (maybe I should've tried /var/roothome).
The text was updated successfully, but these errors were encountered:
Playing with osbuild locally, I ran into 2 issues with the online documentation to run builds locally when using Fedora 39 as the OS I was developing my image(s) on:
The
composer-cli
package is actuallyweldr-client
fordnf
operations in current versions of Fedora. Referencing: https://osbuild.org/docs/on-premises/installation/When I attempt to do a
files
customization install into/root
(well aware of the cautions, was just trying some ideas out) - my composition didn't seem to accept that as a possible path. Referencing: https://osbuild.org/docs/user-guide/blueprint-reference (Files and directories section). I wasn't sure if I was hitting a change/limitation or maybe just using the wrong pathing (maybe I should've tried/var/roothome
).The text was updated successfully, but these errors were encountered: