Displaying 2 results from an estimated 2 matches for "52fc2890a0884230e4f8".
2016 Mar 13
2
Improving supermin appliance startup time (lkvm/qboot)
...nymous/e6b0a12e1da811f24e5b
I tried QBoot [4], which requires that you first strip down your kernel+initrd to fit into 8128k,
and uses an unmodified Qemu otherwise.
But then I haven't been able to get it to actually launch guestfsd, it hangs somewhere earlier:
https://gist.github.com/anonymous/52fc2890a0884230e4f8
Maybe I removed too many modules here?
Another possibility would be to run guestfsd with rkt+lkvm stage1, or hyper.sh; but I don't see a way
to forward a unix socket or a virtio-serial channel through them, would guestfsd be able to work over a TCP socket
or the main virtio console? (its proba...
2016 Mar 15
0
Re: Improving supermin appliance startup time (lkvm/qboot)
...5b
>
> I tried QBoot [4], which requires that you first strip down your kernel+initrd to fit into 8128k,
> and uses an unmodified Qemu otherwise.
> But then I haven't been able to get it to actually launch guestfsd, it hangs somewhere earlier:
> https://gist.github.com/anonymous/52fc2890a0884230e4f8
> Maybe I removed too many modules here?
>
> Another possibility would be to run guestfsd with rkt+lkvm stage1, or hyper.sh; but I don't see a way
> to forward a unix socket or a virtio-serial channel through them, would guestfsd be able to work over a TCP socket
> or the main v...