Avi Deitcher
Avi Deitcher
``` linuxkit run qemu -mem 2048 docker ``` Nothing fancier
@dave-tucker wrote: > make show-tag for alpine/guestfs will show the tag for a given arch, which is useful, but we don't have any way to get the tag used for...
I don't disagree. I don't know what the story is with the guestfs one.
> As far as I can tell this does work on Windows, it is certainly mounting the rootfs and starting containerd. Works on Windows? I don't understand?
In the other issue, I wrote: > So... kernel needs PARTUUID, and iso9660 only has UUID. There also is a "relative to a known UUID". Perhaps we can put a...
> by "works on windows" I just tested booting it Oh, you mean "Windows with hyper-v as hypervisor works with `/dev/sr0`". OK, got it.
Dennis if that were correct, how would it boot at all? Yet it does. We actually don't use gummiboot as a boot loader as much as enriching the EFI kernel...
> we can try to change it from CONFIG_ISO9660_FS=y to CONFIG_ISO9660_FS=m I think iso9660 is a fairly standard way of booting; we probably should continue to package it in. Why...
> don't know why the Trusted Computing must use a single direct boot kernel with help of gummiboot tool They don't. They _do_ need the UEFI firmware to measure the...
Personally, I am not in love with the gummiboot either, but it works. Once I get the raw image working on EFI as well, I will put a little focus...