From 57b4528f2628b991c870fea53c74b3f4dcd9b508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 22:32:15 -0300 Subject: Minor fix --- .../mate/root-image/root/.scriptsInstallation/language/en/install.sh | 4 ++-- .../mate/root-image/root/.scriptsInstallation/language/es/install.sh | 4 ++-- .../mate/root-image/root/.scriptsInstallation/language/gl/install.sh | 4 ++-- .../mate/root-image/root/.scriptsInstallation/language/pt/install.sh | 4 ++-- 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) -- cgit v1.2.2