Steven Presti
Steven Presti
https://github.com/coreos/butane/issues/211 First naive approach, plan on refactoring before coping work to prior versions of fcos
# Type aliasing suggestion While evaluating an [issue in Ignition](https://github.com/coreos/ignition/issues/1397), I noticed the tendency to duplicate the schema's for each version. This was done to allow for adjusting a schema's...
https://github.com/coreos/butane/issues/371
`cmd-kola` has non-conformed basic kola tests. These tests do not benefit from the supporting functionality around kola test's such as denylisting or other functionality. reduce `cmd-kola` and conform the basic...
As a developer I would like to have test coverage to insure that no regressions are made around kargs. So that new feature development can happen with the assurance of...
Add a field called 'Parent' which is used to specify a file's parent directory. When a parent is specified, all directories from the parent to the file will be created,...
Fixes #957. If a MBR partition is marked to be saved, it will be translated using best effort to GPT. To elaborate on "best effort"; there is metadata which is...
# Feature Request # ## Desired Feature ## [Now](https://github.com/coreos/coreos-installer/issues/816) that partition saving bails when its not able to save partitions that are found on a MBR device, we need to...
(Original issue below; this text written by @cgwalters ) Today some crates like `rustix` end up dynamically enabling features and dependencies via `build.rs`, and these are missed by us because...
The basic scenarios have been moved out of kola cmd; therefor, `skipBasicScenarios` is no longer needed. https://github.com/coreos/coreos-assembler/pull/3652