Julien Viard de Galbert

Results 31 comments of Julien Viard de Galbert

I'm not against the idea, just that there is more to think about it... the copy makes it easy to change the content without breaking the structure until we use...

> Also, it seems, there's currently even actually no existing methods to extract offsets with a proper way :) > Related: #164 nice catch, I had already forgotten about that...

Hello, I've not tried to run your case however when I did first try an iso with the `-cdrom` option of qemu I found that my kernel configuration missed `CONFIG_BLK_DEV_SR=y`....

I was hoping your PR #1386 would help me but it failed to: I was placing modules in /lib/modules and doing insmod in the proper order in uinit for my...

This means that the Measure function has to be implemented for any OSImage type, is it what you want ? Alternatively the Measure function could be in another interface... my...

In my new job, we have a process more like 1, and I often miss the simplicity of the single repository in u-root. my 2 cents

Hello @carlosrmendes , I don't know if this can help, I remember playing with Flanel and kubeadm some time ago. I needed to give `--pod-network-cidr=192.168.128.0/17` to `kubeadm init` and use...

I polished that work in here : https://github.com/linuxboot/linuxboot/pull/40 note that I'm not using me_cleaner but just resizing the me region to it's actual use of flash space.

Hello I did a simple rebase of my old code. I think you have other ideas on how to implement this feature, so it might not be that useful. Anyway...

Oh I think I just got the `$EASYRSA_ISSUED` idea: You propose to make the pki/issued directory configurable so that easyrsa can write the output directly outside of the pki directory....