valtzu

Results 24 comments of valtzu

This repository builds binaries for Raspberry Pi 3. Look into other forks or build yourself (with some adjustments to the Makefile) if you need RPi4 support. https://github.com/valtzu/pipxe

I tried with the exact same setup (RPi4B 8GB) and was able to reproduce the issue. I see `boot-initrd` & `boot-kernel` images are fetched from the server, but `squashfs` is...

> I think a test case would be nice for this specific situation. Can you add it? Sure, added.

I think this is now resolved as mkosi uses systemd-repart. I was able to flash an SD card using mkosi from main branch with no issues.

> I guess it might work if you point the output file to the block device Yeah, that's what I did, `mkosi build --output /dev/mmcblk0`, which worked for my use...

I think I had the same issue and was finally able to resolve it. > usb works and no errors with the older dtb. Earlier versions work because the code...

> why not push that to them to be included upstream? I don't want to deal with ancient mailing list stuff edk2 requires – if you want to, go ahead,...

Thanks for the quick review @jderusse! > Lock is acquired when reading the session and released when writing the session. > This sound really fragile to me. The logic is...

If one used environment variable parameter in the tag, would it be resolved build-time or runtime? edit: must be build-time since tags don't exist runtime

I like it. Any reason to call the parameter `redis_cluster` instead of just `cluster`? EDIT: ok I guess it's kinda in line with `redis_sentinel`