- Jun 11, 2024
-
-
Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
elogind doesn't work without polkit and dbus. The former wasn't being installed which doesn't allow a user to run sway, for instance. Install polkit-elogind and enable polkit. Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
- May 26, 2024
-
-
Thomas Böhler authored
swaylockd pulls in swaylock already, so the latter doesn't need to be listed. Reported-by:
Carl Chave <sod@sodface.com> Fixes: 6c944c79 ("setup-desktop: add sway") Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
- May 22, 2024
-
- May 17, 2024
-
-
Natanael Copa authored
-
Natanael Copa authored
Avoid double slash // in paths. For example //mnt. This fixes detection of mountpoints.
-
- May 16, 2024
-
-
Natanael Copa authored
fixes alpine/alpine-conf#10543
-
Natanael Copa authored
fixes #10578
-
Natanael Copa authored
ref: #10578
-
Natanael Copa authored
apk fetch will get https certificate errors if clock is out of sync when selecting NTP client. Solve this by setting the entered time in `date -d TIME` format when selecting NTP client. fixes #10582
-
Natanael Copa authored
make the basic sys install test pass verify that swap is created
-
Natanael Copa authored
-
Natanael Copa authored
Enable lvm together with crypt when we have swap. This prevents swap to become unencrypted. fixes #10575
-
Natanael Copa authored
-
Thomas Böhler authored
Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
Thomas Böhler authored
setup-wayland-base sets up basic things to get wayland working. It works akin to setup-xorg-base. Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
Thomas Böhler authored
Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
Thomas Böhler authored
Functionality in setup-xorg-base to enable the community repos for every repo defined that doesn't have community repos enabled already can be refactored out into setup-apkrepos for reusability in other scripts. Signed-off-by:
Thomas Böhler <witcher@wiredspace.de>
-
- May 13, 2024
-
-
- Jan 26, 2024
-
- Jan 24, 2024
-
-
Natanael Copa authored
Ensure that community repos are enabled when we do apk info to find out which gnome packages we need. fixes: #10564 fixes: #10574
-
Natanael Copa authored
simplify and remove duplicate logic of adding community repos.
-
-
Natanael Copa authored
needed by setup-sshd test
-
Natanael Copa authored
The prompt asks for a ssh key. Fix so it actually accepts the key pasted.
-
- Jan 16, 2024
-
-
Natanael Copa authored
Allow user to set XENDOM0OPTS=xen-qemu to install and enable xen-qemu.
-
Natanael Copa authored
-
Natanael Copa authored
fixes: aports#15640
-
- Dec 27, 2023
-
-
Natanael Copa authored
Fix detection of connected interface. Use first interface if none are "up" instead of last.
-
Natanael Copa authored
-
Natanael Copa authored
Test that auto single eth0 interfaces creates the excpected /etc/network/interfaces file. Test that auto pick the first interface (eth0) when none are "up". Test that auto set the link up for all interfaces, and down for all except the selected interface. Test also that we pick the first that is up. Test that we don't set up dhcp on lo if there are no eth* interfaces.
-
Carl Chave authored
-
- Dec 25, 2023
-
-
Natanael Copa authored
-