James Falcon

Results 134 comments of James Falcon

I'm going to go ahead and merge this as-is. Some excepts from the `hostname.if` manpage: > Any lines not matching these packed formats are passed directly to [ifconfig(8)](https://man.openbsd.org/ifconfig.8).Any lines not...

This use case works in current cloud-init: ``` $ cat 50-cloud-init.cfg # This file is generated from information provided by the datasource. Changes # to it will not persist across...

> Pre-existing drop-in files may supersede this file. Cloud-init's implementation is buggy in the case that another drop-in file takes priority. Why would that be considered buggy? If somebody drops...

This was fixed as part of https://github.com/canonical/cloud-init/pull/6244