Dylan M. Taylor

Results 108 comments of Dylan M. Taylor

> (Booting from a live fedora stick.) > After opening the LUKS partition, `/boot` on there is empty. The first partition, the EFI partition is attached. > > lsblk: >...

Relevant code in the user_interaction library file: ``` def ask_for_a_timezone(): while True: timezone = input('Enter a valid timezone (examples: Europe/Stockholm, US/Eastern) or press enter to use UTC: ').strip().strip('*.') if timezone...

What configuration is needed for hibernate to work correctly?

Wrapping the quote in single quotes worked for me

It might be that they're using a CDN for distribution and certain files aren't cached.

Please merge this in -- would help me out quite a bit to have this be able to be automated.

Copying my comments from #665: I would like to see a checkbox labelled 'Interactive', which if selected will invoke podman with these options (-it) in the command line: -i :...

I am also hitting this issue on Fedora 39 (both Kinoite and Silverblue ["universal blue" images](https://universal-blue.org/images/)) with Nvidia driver 545.29.06-2 on my 3090.

I'm trying to fix the makefile right now... I've been very busy with things other than coding, and I'm just writing a comment to let you all know I'm still...