From 73213dfac1deb9b209ccb5a02ceda115fbaf7691 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 3 Dec 2023 12:54:33 -0500 Subject: [PATCH] Add user to libvirt group by default --- chrootInstall.sh | 3 ++- install.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 0a26499..d5fdcca 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -44,7 +44,8 @@ fi grub-mkconfig -o /boot/grub/grub.cfg # account setup -useradd -m -g users -G uucp "$username" +groupadd libvirt +useradd -m -g users -G uucp,libvirt "$username" echo "$userpassword $userpassword " | passwd "$username" diff --git a/install.sh b/install.sh index ca10939..6ba0377 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated november 30, 2023 \(rev. A\) +echo last updated december 03, 2023 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"