Benjamin Gilbert

Results 534 comments of Benjamin Gilbert

Rebased, deferred the last commit to a followup PR, and dropped the quotes in the `get_dependency_compile_args()` argument type.

PR in https://github.com/mesonbuild/meson/pull/13074.

`typeguid_` should be `type_guid`; docs are now fixed (https://github.com/coreos/container-linux-config-transpiler/pull/101). Our images have partitions aligned to 2 MB boundaries (see https://github.com/coreos/scripts/commit/7ba6381f381a0aeb09529b9f6fc6289b84f11f47) but Ignition aligns partitions to 1 MB, so the recreated...

@DrMurx You're hitting https://github.com/coreos/bugs/issues/2106. If your config doesn't include a `filesystems` section to format the new partition, you could try adding one; we've had a report that that avoids the...

@stuart12 In that screenshot, you'll need to scroll up to see the Ignition failure. Container Linux Configs allow specifying units for the partition `start` and `size`, but Ignition configs do...

Thanks for the report. You're right that the error message should be improved. The problem is that you're passing `--image-file` instead of `--ignition-file`. Moving to coreos-installer.

The other approach is to have the log parsers understand ANSI color. GitHub Actions has gone that route, for example.

Okay, this makes sense to me. If we're going this route, it seems like we should also: - Apply the same setting in the initramfs - Disable ANSI escape sequences...