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.sh10
1 files changed, 6 insertions, 4 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 5032283..b579fbf 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
@@ -25,7 +25,8 @@ partition(){
#And add the new line with new parameter
echo "hdd=$hdd" >> ~/.scriptsInstallation/temporal
- selection=$(dialog --stdout --menu "Metodo de Particionado" 20 70 50 \
+
+ selection=$(dialog --stdout --menu "Metodo de Particionado" 20 70 50 \
1 "Usar todo o disco con swap (1GB) and /" \
2 "Usar gparted para personalizar" )
@@ -86,7 +87,7 @@ partition(){
esac
done
;;
- esac
+ esac
}
@@ -138,7 +139,7 @@ while [ option != 7 ]; do
rm -r /mnt/userAccount.sh
;;
6)
- #Packages to the X11 live
+ #Packages to the X11 live
packages=( "xorg-server"
"xf86-input-evdev"
"xf86-input-synaptics"
@@ -208,13 +209,14 @@ while [ option != 7 ]; do
#Copie skel in the new system and desktop's background
cp -a /etc/skel/ /mnt/etc/
cp -a /etc/wallpaper.png /mnt/etc/wallpaper.png
-
+
#Puts the XKBMAP, start X11 automatically and icewm desktop
echo "setxkbmap $(cat ~/.codecheck | grep XKBMAP= | cut -d '=' -f 2)" > /mnt/etc/skel/.xinitrc
echo "exec mate-session" >> /mnt/etc/skel/.xinitrc
echo "startx" >> /mnt/etc/skel/.bash_profile
chmod +x /mnt/etc/skel/.xinitrc
cp -a /mnt/etc/skel/.[a-z]* /mnt/home/${user#*=}/
+ chmod -R ${user#*=}.${user#*=} /mnt/home/${user#*=}/
cp -a ~/.scriptsInstallation/x11.sh /mnt
#Enable services with systemd