I have tried both: clonezilla-live-3.1.0-19-amd64.zip clonezilla-live-20230413-lunar-amd64.zip I've attached two screenshots. In both cases I am stuck on the screen to select the language. I cannot type anything at this point; both TAB and RETURN do nothing. I'll try setting up a docker of Bullseye to test the conditional.
I have tried both: clonezilla-live-3.1.0-19-amd64.zip clonezilla-live-20230413-lunar-amd64.zip I've attached two screenshots. In both cases I am stuck on the screen to select the language. I cannot type anything at this point; both TAB and RETURN do nothing. I'll try setting up a docker of Buster to test the conditional.
Thanks for taking a look at it. It might be possible to use a conditional, like: %if 0%{?fedora} >= 37 BuildRequires: make %endif But I'd have to duplicate your Debian machine setup in order to test that. Is there a Debian VM that I could download to test with? Or do you have a web page with instructions to set up a Debian machine identical to what you use? By the way, the reason I am building Fedora packages is that I have not been able to get your Clonezilla Live images to run successfully on a...
Thanks! If you need any more information or any testing, please let me know.
I had to make a few trivial changes to the spec files for clonezilla and drbl in order to build rpms for Fedora Linux. We need "make" in order to build the packages. At one time "make" was automatically included, but now it has to be specifically mentioned via "BuildRequires:". Also, "dialog" is needed in order to run the packages, so I added it in the "Requires:" list. Patches are attached. I'm not sure if the patches should be submitted some other way - please let me know. Steve