From 818d8a7df382c24cef61c744167ee9275cad1cab Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Dec 2018 00:27:57 -0500 Subject: [PATCH] archlinux: Add polkit to initial package list The polkit package is used to let unprivileged users run certain commands. With it, it is possible to run system commands such as `poweroff` and `reboot` with an unprivileged user. Traditionally, only privileged users have access to power management, but for many desktop setups, you may want to let unprivileged users perform operations such as shutdown the machine if no other users are logged in. --- .archlinux/install-scripts/002-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.archlinux/install-scripts/002-install b/.archlinux/install-scripts/002-install index da825bec..7527a8f5 100755 --- a/.archlinux/install-scripts/002-install +++ b/.archlinux/install-scripts/002-install @@ -6,4 +6,4 @@ set -xe -pacstrap /mnt base base-devel grub fish +pacstrap /mnt base base-devel grub fish polkit