summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2013-03-27 09:32:23 -0600
committerKevin Fenzi <kevin@scrye.com>2013-03-27 09:32:23 -0600
commit83de9134f8a0e76b25f460bac1c23aecde95a4a4 (patch)
treeceeda874cb036e1071a3c825146d3be9ef826cc0 /fedora-live-base.ks
parent55a954e8111ed67bb82677509ea8c33e0f992bb4 (diff)
downloadspin-kickstarts-83de9134f8a0e76b25f460bac1c23aecde95a4a4.tar.gz
spin-kickstarts-83de9134f8a0e76b25f460bac1c23aecde95a4a4.tar.xz
spin-kickstarts-83de9134f8a0e76b25f460bac1c23aecde95a4a4.zip
Add liveuser to the wheel group so it can sudo. Fixes bug #927669
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks1
1 files changed, 1 insertions, 0 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 01a0451..4b69033 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -179,6 +179,7 @@ fi
# add fedora user with no passwd
action "Adding live user" useradd \$USERADDARGS -c "Live System User" liveuser
passwd -d liveuser > /dev/null
+usermod -aG wheel liveuser > /dev/null
# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :