Etienne Champetier

Results 151 comments of Etienne Champetier

> > Anyone aware of a repo with another copy of ignition.cfg ? (Something similar to fedora-coreos-config) Should we just stop if file doesn't start with a number to make...

> I am OK with a warning and skip That would also require to fix greenboot if we skip

PR for greenboot: https://github.com/fedora-iot/greenboot/pull/214

On a legacy grub install we have: - 00_header (load_env / ...) - 01_users (user.cfg / GRUB2_PASSWORD) - 08_fallback_counting - 10_linux (blscfg ++) - 10_reset_boot_success (goes with 08_fallback_counting) - 12_menu_auto_hide...

As no one is using `ignition-ignition-grub` (https://github.com/coreos/ignition/pull/2037#issuecomment-2734343457), should we just rename to 05_ignition.cfg and same in fedora-coreos-config, so we can keep the numbering the same as in legacy grub ?

I went ahead and opened a PR to rename to `05_ignition.cfg`: https://github.com/coreos/fedora-coreos-config/pull/3406

@tianon @kolyshkin @cyphar ping as you are the last 3 to have merged code here

@cyphar added a check and an helper, is this what you were thinking ? If not can you point at exactly what I should add ?