Chris Hofstaedtler

Results 292 comments of Chris Hofstaedtler

It took me a few reads to understand what this ticket is saying, I think it says: If `--efi ...` is not passed to `grml-debootstrap`, but the machine we're running...

Additional comments: - The bios_grub partition could go away for VMs built with `--vmefi`. We're not having legacy boot support in such images anyway, right? - With all the UKI/direct...

> Indeed, with bigger EFI partition sizes the image shrinks. I have no explanation for this. I would imagine FAT doesn't touch unused blocks, so the unused space on the...

Currently no. Maybe you can get packer to run with a lighter weight VM technology, and/or get nested virtualisation to work on your system. I think it would be beneficial...

#238 adds CI for VM mode. Additional ideas: - [ ] Test EFI setup for VMs - [ ] Reuse a freshly built VM and execute grml-debootstrap -inside- it, effectively...

A **temporary** workaround for Protractor with FirefoxDriver appears to be: ```patch capabilities: { browserName: 'firefox', 'moz:firefoxOptions': { + prefs: {'privacy.window.name.update.enabled': false} } }, ``` Mozilla bug report for enabling this...

I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1700931 for Firefox (Marionette).

is python itself also pinned?

Please: - where did your pdns packages come from - what is their exact version - output of `uname -a`

Given clang isn't the default compiler, this seems incomplete at best: 4. `./configure; make; make install`