summaryrefslogtreecommitdiff
path: root/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh')
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
index f199997..675ac98 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
@@ -220,6 +220,9 @@ while [ option != 7 ]; do
cp -a /etc/skel/ /mnt/etc/
cp -a /etc/wallpaper.png /mnt/etc/wallpaper.png
+ #Uncomment to allow members of group wheel to execute any command
+ sed -i 's|[#] [%]wheel ALL=[(]ALL[)] ALL|%wheel ALL=(ALL) ALL|' /mnt/etc/sudoers
+
#Puts the XKBMAP, start X11 automatically and Mate desktop
echo "setxkbmap $(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)" > /mnt/etc/skel/.xinitrc
echo "exec mate-session" >> /mnt/etc/skel/.xinitrc