summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/en/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/es/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh4
-rwxr-xr-xconfigs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh4
4 files changed, 8 insertions, 8 deletions
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
index 6f5ae8b..9ca0c60 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh
@@ -115,7 +115,7 @@ while [ option != 7 ]; do
#Install grub
pacstrap /mnt grub grub2-theme-gnuaxiom
#Enable Parabola theme for grub
- sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/starfield"|' /mnt/etc/default/grub
+ sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt"|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
@@ -123,7 +123,7 @@ while [ option != 7 ]; do
cp ~/.scriptsInstallation/temporal /mnt
cp ~/.scriptsInstallation/systemConfig.sh /mnt
chmod +x /mnt/systemConfig.sh
- arch-chroot /mnt /systemConfig.sh
+ arch-chroot /mnt /systemConfig.sh
rm -r /mnt/systemConfig.sh
;;
5)
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
index 4434aaa..0f7a7f8 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh
@@ -115,7 +115,7 @@ while [ option != 7 ]; do
#Install grub
pacstrap /mnt grub grub2-theme-gnuaxiom
#Enable Parabola theme for grub
- sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/starfield"|' /mnt/etc/default/grub
+ sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt"|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
@@ -123,7 +123,7 @@ while [ option != 7 ]; do
cp ~/.scriptsInstallation/temporal /mnt
cp ~/.scriptsInstallation/systemConfig.sh /mnt
chmod +x /mnt/systemConfig.sh
- arch-chroot /mnt /systemConfig.sh
+ arch-chroot /mnt /systemConfig.sh
rm -r /mnt/systemConfig.sh
;;
5)
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 fff5dac..5f4d92c 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh
@@ -115,7 +115,7 @@ while [ option != 7 ]; do
#Install grub
pacstrap /mnt grub grub2-theme-gnuaxiom
#Enable Parabola theme for grub
- sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/starfield"|' /mnt/etc/default/grub
+ sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt"|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
@@ -123,7 +123,7 @@ while [ option != 7 ]; do
cp ~/.scriptsInstallation/temporal /mnt
cp ~/.scriptsInstallation/systemConfig.sh /mnt
chmod +x /mnt/systemConfig.sh
- arch-chroot /mnt /systemConfig.sh
+ arch-chroot /mnt /systemConfig.sh
rm -r /mnt/systemConfig.sh
;;
5)
diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
index 244c7b1..eb8e88c 100755
--- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
+++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh
@@ -115,7 +115,7 @@ while [ option != 7 ]; do
#Install grub
pacstrap /mnt grub grub2-theme-gnuaxiom
#Enable Parabola theme for grub
- sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/starfield"|' /mnt/etc/default/grub
+ sed -i 's|[#]GRUB_THEME=["]/path/to/gfxtheme["]|GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt"|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
@@ -123,7 +123,7 @@ while [ option != 7 ]; do
cp ~/.scriptsInstallation/temporal /mnt
cp ~/.scriptsInstallation/systemConfig.sh /mnt
chmod +x /mnt/systemConfig.sh
- arch-chroot /mnt /systemConfig.sh
+ arch-chroot /mnt /systemConfig.sh
rm -r /mnt/systemConfig.sh
;;
5)