Stephen Milner

Results 117 comments of Stephen Milner

Running as is off the main branch I was unable to reproduce it though I do have a newer `podman`: podman-2.0.5-1.fc32.x86_64. Where there any local changes in the the build...

@xcross-ibm and I just did a sync over the `cosa` process and the `/etc/passwd` issue he hit.

The error you see is https://github.com/ostreedev/ostree/blob/master/src/switchroot/ostree-prepare-root.c#L139. Are you able to inspect the system during boot up with `rd.break`? It may help figure out why the pivot isn't succeeding: https://fedoraproject.org/wiki/How_to_debug_Dracut_problems#Summary_of_dracut_kernel_command_line_options What...

> ashcrow I haven't learned how to use rd.break yet. The dracut doc starts with updating grub.cfg which I don't find in fedora-coreos-config except for ./live/EFI/fedora/grub.cfg. How does one modify...

@jlebon if you have some time would you mind taking a look and providing guidance/next steps to @xcross-ibm?

Personally I like having namespacing separate. As an example, ``python-slip`` is a Fedora package as well as a Debian package. I feel like it's easier to identify it as the...

Is it work having another element which houses the namespace + name all as one? Or should we leave that up to the implementations to decide if they expose the...

Overall I like the idea! It seems to me that _most_ of the time `purl` and `vers` would provide different functionality for different use cases. However, is there a case...

> Since we now have a single scheme pkg scheme, go would be a type and no longer a URL scheme so I am strongly inclined to defer to you....