Sebastian Pipping

Results 667 comments of Sebastian Pipping

Looks good to me but I cannot help test it.

Hi! For a quick approach using `--bootloader (host-grub2-device|host-grub2-drive)` you may be able to post-process the arguments passed to `grub-install` using a wrapper and putting that into `$PATH` (or extending `$PATH`)....

Good point about the partition. Should not be rocket science but take a moment or two. Is this for one-time personal use? What is your use case context?

I agree. I tried to boot a recent Lenovo ThinkPad from USB the other and there was no way in without EFI on that USB stick. I would need to...

@pranaypratyush I have been able to get QEMU boot EFI and [documented that process](https://blog.hartwork.org/posts/get-qemu-to-boot-efi/) in the meantime but no progress in image-bootstrap and it's not a priority so far. What...

Note on a workaround: ``` dmsetup create ............... --table "0 $(blockdev --getsz /dev/drbd8) linear /dev/drbd8 0" ```

Hi Dan, I cannot reproduce the issue with GnuPG 2.2.19 on another distro so it might be a GnuPG problem. I would ask if using another build host is an...

Hi Jon, a key question is if Alpine has some equivalent to `debootstrap`/`directory-bootstrap` already or if that part needs to be made as well. Do they have a tool for...

Can you take over the research on what's needed in detail?