Darshaka Pathirana
Darshaka Pathirana
Ok, cool! Thx! This is something! :+1: Next step is to find out how to retrieve/toggle Subject, From and To...
Any idea how to get retrieve the header fields out of the message pane? I tried something like this: `qFilterBox.inputField.value = window.currentHeaderData.subject.headerValue;` but this only sets the subject of the...
JFTR: `acpid` (and its dependencies) are not needed to do a ACPI Shutdown (at least via Virtualbox).
I am not sure, if we can replace firefox-esr with something leaner with a similar functionality (225 MB is quite a size!), but I'd vote for one GUI-Browser and only...
I was looking for some docs regarding the platforms, especially `pre_build_image`, too. I just found this: https://github.com/ansible-community/molecule/discussions/2735
This is the commit, where `pre_build_image` was added: https://github.com/ansible-community/molecule/commit/9170961cd814e55f376d7fdd4c040b749b313924
JFTR, I just stumbled about some notes about "pre_build_image", see: https://molecule.readthedocs.io/en/latest/examples.html?highlight=service%20started%20failed#customizing-the-docker-image-used-by-a-scenario-platform ``` platforms[*].pre_build_image: Whether to customize base image or use as-is[^1]. * When true, use the specified platform[].image as-is. *...
Oh, nice! This info has been added via @timblaktu in https://github.com/ansible-community/molecule/pull/3604! Thanks very much!
Just tested the given commands to enable zfs support with our latest Grml release grml-full 2022.11 and I can confirm that they still work. Unfortunately `mkbmdeb` has been removed from...
JFTR: Removing `net.ifnames=0` leads to the following `ip a` output (when running Grml in VirtualBox with NAT network): ``` root@grml ~ # ip a 1: lo: mtu 65536 qdisc noqueue...