<bgilbert>
though I wouldn't want to force someone to move their personal project into coreos just because they use it in coreos code
<walters>
i know memfd specifically has outside-coreos maintainers, but, if it's in the coreos/ gh org then we can more easily apply the same automation (MSRV bumps) there unless there's a reason not to
<walters>
right we should definitely not force this
<walters>
ok sorry perhaps memfd is too special case, if there are no objections I'll ask to transfer https://github.com/cgwalters/cargo-vendor-filterer to coreos/ since it is definitely somewhat load bearing for us and soon others and I want to reduce the bus factor there
<lucab>
Nowadays it's mostly nagisa taking care of memfd, it just happens to keep living under my namespace. And the other contributors there have a wider range of cases (bsd, android) so I don't think it would follow our coreos/fedora/rhel decisions much.
<lucab>
At least freebsd does. But I think there were some other problems in libc-rs around that.
<lucab>
bgilbert: I got back to a point where I'm fighting users/groups ownership and sysusers in initramfs and I'm tempted to revive https://github.com/coreos/ignition/pull/1153 (instead of https://github.com/coreos/fedora-coreos-config/pull/774) and possibly add a top-level `sysusers` field in Ignition to override the OS defaults. Just a random idea for now, but is this maybe something that we already debated before?
jcajka has quit [Ping timeout: 272 seconds]
jpn has quit [Quit: Lost terminal]
Betal has joined #fedora-coreos
<bgilbert>
lucab: if there's been previous discussion, I wasn't involved
<bgilbert>
lucab: I think I'd need more context. I'd assume that however the OS wants to provision its system users/groups, that isn't Ignition's concern?
<bgilbert>
i.e. the f-c-c PR is what I was thinking we'd do
<jlebon>
i'd pay at least $10 if someone fixed GRUB pegging 100% of one of my cores when I'm just idling in the menu
Guest95 has joined #fedora-coreos
<jlebon>
(or more often editing kargs)
heffoden has joined #fedora-coreos
Guest95 has quit [Quit: Client closed]
heffoden has quit [Quit: Client closed]
<Matthieu[m]1>
jlebon, just set the timer to 1 or 2sec :)
<jlebon>
Matthieu[m]1: i mean when i have to interrupt the menu :)
<bwnnfd[m]>
I have what if probably a very stupid question. I'm trying to provision an AWS EC2 instance running CoreOS. I have an ignition file but it's too large to directly input in the userdata field, so I've hosted it on a webserver. How do I properly reference my ignition file URL in the userdata?
<bgilbert>
sorry, the first example is a better bet
<dustymabe>
bgilbert: perfect. I should have used the new search functionality in our docs
<bwnnfd[m]>
Here is where I really demonstrate my ignorance. Is it as simple as passing that config (with my ignition URL and the correct hash) in the EC2 instance data?
<dustymabe>
bwnnfd[m]: yes it should be. also you don't need to do the hash if you are accessing an `https` resource
<dustymabe>
that's mostly useful if you are accessing insecure `http` resources