Avi Deitcher

Results 758 comments of Avi Deitcher

You are saying I should just give it the digest? No! It cannot be that simple! 🤦‍♂️ It does get things working (and thank you indeed for that), but should...

``` $ docker run -it --rm alpine:3.17 / # $ docker run -it --rm alpine:3.17@sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4 / # ```

I suspect that it is because docker locally stores (and exports) without accounting for platform. For example, I just did `docker save alpine:3.21 > /tmp/alpine321.tar` I get a tar file...

Do you want to open a PR on the one of the files in the docs/ directory?

Hi @mcb30 thanks for such a rapid response! > This seems like a much easier problem to address I am not sure it is. Even if it is, I think...

> What is the message you get from grub when it fails? It fails to find its grub.cfg. It tries at `tftp://192.168.1.2/EFI/BOOT/grub.cfg` instead of at `http://...`. If I place the...

> You said that "it works" but is the contents of the iso that was loaded by grub, also available in your "installer" and does the install of the contents...

> yes, grub has... but does the booted Linux kernel? I don't understand. Grub has what? In the end, I think this iso will boot grub, because there is a...

Sure we need the contents of the iso. Once the iso is loopback mounted, the grub config in it loads the kernel from it and initrd and runs an install...

Yeah I can confirm that it works. If I boot from a device with support for http network booting built in, or if I put everything via tftp (avoid the...