slymattz
slymattz
There you go > Device: uri = usb://Brother/HL-L2350DW%20series?serial=E78260J0N859708 > class = direct > info = Brother HL-L2350DW series > make-and-model = Brother HL-L2350DW series > device-id = MFG:Brother;CMD:PJL,HBP,URF;MDL:HL-L2350DW series;CLS:PRINTER;CID:Brother Laser...
Cool! Would you consider adding a runit service? files/openvpn/run ``` #!/bin/sh exec 2>&1 [ -r conf ] && . ./conf exec openvpn --config ${CONF_FILE:=/etc/openvpn/openvpn.conf} ``` template ``` post_install() { vsv...
https://github.com/void-linux/void-packages/pull/17906#issuecomment-569937899 is really intriguing and I wonder what the rationale for such a decision was. Anyhow, I see things two-fold here: 1) running OpenVPN as a server - you must...
> > Would you consider adding a runit service? > > I personally think that's a good idea, but I just saw [#17906 (comment)](https://github.com/void-linux/void-packages/pull/17906#issuecomment-569937899) where adding a service has been...
> (...) I think we should better do this in a other PR to allow further discussions about it there, so that it won't block this update. Feel free to...
@sgn @ahesford May I ask you to please take a look at this commit. I already set my git commit email to a non-no-reply one. I would probably have to...
[ac296e2](https://github.com/void-linux/void-packages/pull/48906/commits/ac296e2730e335c4b4ed0c36fbdada4021242600) I tested the following setup: /etc/default/refind-kernel-hook.conf ``` #!/bin/sh # Change this line to 1 to update refind conf whenever new kernel is installed UPDATE_REFIND_CONF=1 # refind.conf location # It...
@sgn maintainer ping Although initially my PR focused on btrfs setups, the simple changes proposed by @ahesford in both _/etc/default/refind-kernel-hook.conf_ and _/etc/kernel.d/post-install/50-refind_ are more universal as they can save a...
As rEFInd won't cross-compile for aarch64 (both glibc and musl), I created this bug report https://github.com/void-linux/void-packages/issues/49170
@sgn When you take a look at the entire thing - https://github.com/void-linux/void-packages/pull/48906/files, you'll see that the patch is not removed but it comes with your new patch. Also the name...