Commits (28)
-
http -> https alpha.de.repo.voidlinux.org -> repo-default.voidlinux.org
5fabad11 -
f7d1d3ce
-
Michal Vasilek authored
The gnome metapackage has gnome-terminal in dependencies, so there isn't a reason to explicitly install it and gnome-terminal might be replaced by gnome-console in the future.
5404b912 -
Michal Vasilek authored
all other versions use firefox-esr, so let's also use it in the kde image for consistency
3158bed4 -
classabbyamp authored
fixes #256
df59fd5a -
Michal Vasilek authored
* rename e to enlightenment * enable building kde by default * allow building multiple, but not all images (ex. -b "base xfce") * run the script with set -e (exit when there is an error) * do not allow invalid variants * do not allow invalid commandline options * exit with status code 0 when build-x86-images.sh -h is ran
65b284c9 -
axtloss authoredd93fae71
-
Michal Vasilek authored
* print an error message to stderr * exit with return code 1
ee69596c -
QupZilla is no longer maintained and no longer provided in void-packages.
cfbf936b -
this changes nothing in practice, but `sw` has no actual meaning on Linux
80dce8d0 -
664e3184
-
Sometimes creating the tarball can fail, so check the return code.
44135029 -
bdcc109f
-
All other variants have their variant name in the iso name
16abdf2c -
0079f64e
-
For f2fs, set fs_passno also to 0 if not a root filesystem. For btrfs and xfs, set fs_passno to 0 in all cases. See fsck.btrfs(8) and fsck.xfs(8) for more information. f2fs still seems to have issues [0]. [0] https://wiki.archlinux.org/title/F2fs#Known_issues
29ad8dd7 -
instead of editing /etc/sudoers directly, which is more fragile ALL:ALL in sudoers rules allows those that match the rule to impersonate any user and any group. This matches closer to the default/suggested configurations in /etc/sudoers
71f46a01 -
Previously all services were enabled with some exceptions. That way some services got enabled unintentionally when they were added somewhere in the dependency tree. This commit requires explicitly listing enabled services with the exception of DEFAULT_SERVICE_LIST in mklive.sh - agetty-tty1-6, udevd. difference from the generated images before this commit: plain mklive: -acpid -dhcpcd -sshd -uuidd base: -uuidd enlightenment: -uuidd -acpid -rtkit xfce: -uuidd -acpid -rtkit mate: -uuidd -acpid -rtkit cinnamon: -uuidd -acpid -rtkit -colord gnome: -uuidd -acpid -rtkit -colord -bluetoothd -brltty lxde: -uuidd -rtkit lxqt: -uuidd -acpid -rtkit kde: -uuidd -acpid -bluetoothd -boltd -tcsd Closes: #267 [via git-merge-pr]
e132ea26 -
The installer was originally written when the dhcpcd wpa_supplicant hook was enabled. In early 2019, the hook was disabled and it appears that the installer has been unable to configure WiFi since then. To address this, enable the wpa_supplicant service, configure it, and reload the service when dhcpcd is used for network connectivity. Closes #5 Also changes to a better file for checking if the network is working.
a8f87aa5 -
839e2825
-
with the merge of rpi kernels, we no longer need to generate board-series-specific images
4c663904 -
Without `rslave` mounts can get stuck due to "Device or Resource Busy" errors
eb8167df -
Michal Vasilek authorede6c5b2f3
-
Michael Aldridge authored3ec7fa11
-
visudo -c shows perms need 0440 Also w is late in the alphabet, hard to alter ordering
c9dbeed8 -
kevcrumb authored54bd3ea3
-
kevcrumb authored
Any volume named "split-swap" of type "swap" is now automatically used as swap space. (Previously, swap had to be enabled via an fstab override.) Support for 1 GB huge pages is now enabled. The Split Linux Handbook describes their activation and use.
ff43a955