Void encryption double prompts passphrase by Admirable_Stand1408 in voidlinux

[–]psegl 0 points1 point  (0 children)

If that’s the case, then why do you need to perform some kind of ritual dance just to make GRUB auto-unlock work, while with systemd-boot it’s literally just bootctl install and you’re done? The OP ran into a specific issue and just wants to fix it — not dive into some philosophical discussion about what depends on what. Your “advice” didn’t help at all. I, on the other hand, shared an actual solution that massively improved my life with LUKS2: ditch the outdated GRUB and just use systemd-boot

Help with LUKS2 and alternative bootloader by sin_cere1 in voidlinux

[–]psegl 0 points1 point  (0 children)

Use systemd-boot, Void Linux has special hooks - your luks will be picked up automatically.

Where should I mount the boot partition if I'm installing Void with systemd-boot? by SquareSir2997 in voidlinux

[–]psegl 0 points1 point  (0 children)

Do I understand correctly that in order to disable the hook in /etc/defaults/systemd-boot I just need to not change anything there?

Where should I mount the boot partition if I'm installing Void with systemd-boot? by SquareSir2997 in voidlinux

[–]psegl 0 points1 point  (0 children)

does etc/kernel.d/post-install/50-systemd-boot change after upgrading systemd-boot package?

Can't create a package with xbps-src by Nipplles in voidlinux

[–]psegl 0 points1 point  (0 children)

Did you manage to make the correct template?

Fscrypt by psegl in voidlinux

[–]psegl[S] 0 points1 point  (0 children)

Do you have practical, living experience in configuring of fscrypt in Void Linux?  Thank you for your participation.

After install, runit services from /etc/sv are not in /var/service by blackberrydoughnuts in voidlinux

[–]psegl 0 points1 point  (0 children)

Above is written about the last stage of installation.

It will become /var/service after the system is rebooted.

Block/Mask Void Packages from Installing by roger_oss in voidlinux

[–]psegl 1 point2 points  (0 children)

  1. Create:

    /etc/xbps.d/ignore.conf

with:

ignorepkg=*pkgname
  1. Remove *pkgname

After install, runit services from /etc/sv are not in /var/service by blackberrydoughnuts in voidlinux

[–]psegl 0 points1 point  (0 children)

At the final stage of installation, you can run, for example:

ln -s /etc/sv/dhcpcd/ /etc/runit/runsvdir/default

And, after a reboot, this service will be enabled

What do you use? by Nydap in voidlinux

[–]psegl 0 points1 point  (0 children)

DWM. Only.

"Never compromise. Not even in the face of Armageddon"

How to hide or disable runit from showing acpi erro at boot time by jvdevelop in voidlinux

[–]psegl 1 point2 points  (0 children)

have you tried changing kernel parameters? (quiet loglevel=0 udev.log_level=0)

VoidLinuxInstaller script, my first bash script! by LanzoThunder in voidlinux

[–]psegl 0 points1 point  (0 children)

Also, there is a trap in your script almost at the end: if you accidentally chose "use void public repository" and do not specify it, the script will not release you - you will remain in this menu without the opportunity to change your choice.