Jonathan Lebon

Results 135 issues of Jonathan Lebon

With this, users can specify an Ignition config like ```yaml variant: fcos version: 1.4.0 storage: files: - path: /etc/ostree/config.d/01-foobar.conf contents: inline: | [toplevel-links] foobar=/var/foobar ``` and on first boot, a...

Right now, there's special logic in coreos-growpart so that we skip `growpart` if the rootfs backing block device or size changed during rootfs reprovisioning (e.g. if one simply changed from...

This could be desirable for various reasons, e.g. more up to date packages or for a different channel. See https://docs.docker.com/engine/install/fedora/.

See https://docs.docker.com/engine/reference/commandline/dockerd. E.g. to pick a few common ones: changing the log driver, debug mode, and insecure registries. Would be nice to use [configuration files](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file), but it doesn't support drop-ins,...

enhancement
good first issue

This comes up often enough to warrant it I think.

enhancement
good first issue
jira

Both [the RHEL docs](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/configuring-automated-unlocking-of-encrypted-volumes-using-policy-based-decryption_security-hardening) (see the WARNING boxes) and https://wiki.archlinux.org/title/Trusted_Platform_Module#Clevis recommend setting a strong passphrase when using TPM pinning. This can be done using `storage.luks.keyFile` in the Ignition config, but...

enhancement
good first issue

I.e. https://docs.fedoraproject.org/en-US/fedora-coreos/customize-nic/ into https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-network-configuration/.

As `$title` says, a-la-`rustdoc --test` or what Ignition does. This would also ensure that we're not merging things which haven't actually hit stable yet.

Would be neat to document how FCOS boots, and the disk layout. Mostly filing this so we don't forget what Andrew started on in https://github.com/coreos/fedora-coreos-docs/pull/9. Should be able to just...

The `build_res` table shouldn't have a `NOT NULL` restriction on the `url` field, since it is possible for commit statuses to not have the URL set.