classabbyamp
classabbyamp
+1 to the idea, and i think it would be more than fine to build 3 variants by default: netinstall, base, and xfce after this change
i think it's off-topic for this
why remove die/error_out and add bailout? there's a die() in lib.sh. and why no longer use print_step? IMO if we start putting => in front of info_msgs that should go...
one of the errors is caused by a missing dependency: `squashfs-tools` however, I'm not sure this will work at all, based on the other error messages. I added squashfs-tools and...
also, the images from dockerhub are old and no longer supported, use `ghcr.io/void-linux/void-linux:latest-full-x86_64`
no clue, sorry
so, I was able to get this to work in Github CI in a void docker container, using the following: ```yaml ... container: image: 'ghcr.io/void-linux/void-linux:20230204RC01-full-x86_64' options: --privileged volumes: - /dev:/dev...
I'm unsure if this is a regression in 20230628 but it should probably not be there. I expect this will be fixed by larger refactors planned before the next release
this is related to [this thread](https://old.reddit.com/r/voidlinux/comments/16ia683/is_it_normal_for_ssh_to_be_open_by_default/) where sshd is running on the installed system too my thoughts are basically that #333 and adding a service enablement page to the installer...