From 4e8e6c7b5c0702552347ae229f4ece0585a3b24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 26 Jul 2016 19:33:24 -0300 Subject: Add grub2-theme-gnuaxiom for Mate ISO optional installation --- .../mate/root-image/root/.scriptsInstallation/language/es/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh') 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 be11572..333ef74 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -113,7 +113,9 @@ while [ option != 7 ]; do ;; 3) #Install grub - pacstrap /mnt 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 ;; 4) #Generate fstab and acces to chroot to do System Config @@ -211,6 +213,7 @@ while [ option != 7 ]; do "galculator-gtk2" "xarchiver" "lightdm-gtk-greeter-settings" + "grub2-theme-gnuaxiom" ) #Install packages -- cgit v1.2.2