diff options
| author | Blake Romero <blake@blkrom.com> | 2024-03-27 23:44:01 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-03-27 23:44:01 +0000 |
| commit | c616bf46ea57fb3f7d3c5d07dc7e17b76200a268 (patch) | |
| tree | 171b851eebd04078c230b26fd08f3516a772e0ca /install-artix.sh | |
| parent | bf8c4cd0a55eed6ab311975dd2f5eeda37df0689 (diff) | |
Replace elogind with seatd
Diffstat (limited to 'install-artix.sh')
| -rwxr-xr-x | install-artix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install-artix.sh b/install-artix.sh index 6ba2720..bfac133 100755 --- a/install-artix.sh +++ b/install-artix.sh @@ -13,7 +13,7 @@ swap_size=auto timezone=Europe/London locale=en_GB user=blake -user_groups=wheel,video,audio +user_groups=wheel,video,audio,input,seatd hostname=artix arch_support=true @@ -144,7 +144,7 @@ ucode=amd-ucode # Install base packages basestrap /mnt \ - base base-devel runit elogind-runit + base base-devel runit seatd-runit # Install Linux & utilities basestrap /mnt \ |
