Dusty Mabe

Results 645 comments of Dusty Mabe

I'm hitting this issue in Fedora 39. I don't use the system repo at all (I intentionally empty the folder and make `/var/lib/flatpak` immutable so things can't be created there)....

part of my issue here was I had manually set the `/var/lib/flatpak` to immutable with `chattr +i` to try to ensure no repo ever got created there (I don't want...

bikeshed: delayed is a bit ambiguous to me. Maybe: - `--ignition-fetch-on-boot` - `--ignition-fetch-firstboot`

I think you should be able to achieve something like this today with `--firstboot-args= 'ignition.config.url=https://example.com/config.ign'`

I've often thought a TUI (or even just shell) mode where you get a small menu of options and use arrow keys to select what you want would be nice.

I've noticed it being really really slow lately too. Like REALLY slow.

I've noticed better performance using `--image-file`: ``` $ time sudo coreos-installer install /dev/sda --ignition-file example.ign --insecure --image-file ./fedora-coreos-31.20200415.dev.0-metal.x86_64.raw.gz Copying image from ./fedora-coreos-31.20200415.dev.0-metal.x86_64.raw.gz Reading signature from ./fedora-coreos-31.20200415.dev.0-metal.x86_64.raw.gz.sig Couldn't read signature file:...

> Making sure if I understood it right, the [commit message](https://github.com/coreosbot-releng/fedora-coreos-pipeline/pull/10/commits/ea426ed36b1257dfe10bef29d9645888e2060274) already includes the job information as suggested. Please let me know if there are any additional improvements to be...

Probably. I'm not sure how intermittent the network problem is. It might resolve itself in a second or it might be something that lasts 10s of seconds. So we'd have...

We could also experiment with using DNS from outside AWS on that builder and see if that helps.