artoo
artoo
You are absolutely right, a better approach would be to do this with a flag, or even a dedicated braid commit command? There are some flaws with the patch as...
I am still a bit busy with the little openrc project for Arch. I will make a fork, since I am still looking for a tool to deploy this kind...
The data yaml is valid, the schema yaml exists for the data yaml. To explain, I use currently ruby version to validate calamares data.conf against its data.schema.yaml. The calamares installer...
> Is .conf the only other supported file extension or is there no validation on the input file type in the ruby version? There doesn't seem to be validation on...
> Try removing groups and not have array items directly under it. So: Have you tried that? That's not gonna fix it, no GS will be written, and a warning...
> You need to also take out the array below group. Ok, this works, thanks, but I don't know if this is still a bug? The netinstall data passed doesn't...
> That is what this means Yes, but the crucial detail is to not have a sequence like netinstall yaml, but a netinstall map. documented is ... `- name: foo`...
@adriaandegroot I would probably make this a related feature request to have the yaml definitions in a online yaml file similar to netinstall for the packagechooser. I doubt I have...
There is another little shortcoming in the netinstall-add method. If whatever the choice by packagechooser has conflicting packages associated to the selected value, it would be nice to eventually have...
@kensington Thx, I'll have a look. I did simply put the run_dir creation in dbus openrc-run script. Gentoo basically serves as upstream to provide alternative on arch based systems. Out...