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
The main bottleneck here is finishing the config format which is a critical component that everything else depends. It's user-facing, so it should be both intuitive and stable.
Some required features:
Support multiboot images
Flexible enough to conveniently support any kind of operating system
Support custom provisioners for certain operating systems (MirrorlistProvisioner for certain Linux distributions, for example)
JSON, YAML, and maybe even TOML
Documentation can be generated from Rust structs
This format is what I was working towards previously, but I think there's still room for improvement:
The main bottleneck here is finishing the config format which is a critical component that everything else depends. It's user-facing, so it should be both intuitive and stable.
Some required features:
MirrorlistProvisioner
for certain Linux distributions, for example)This format is what I was working towards previously, but I think there's still room for improvement:
Since the above isn't fully implemented yet, there's still time to pivot onto a slightly better path if there is one.
The text was updated successfully, but these errors were encountered: