diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 19:33:24 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 19:33:24 -0300 |
commit | 4e8e6c7b5c0702552347ae229f4ece0585a3b24a (patch) | |
tree | e29e5bb7bb718dde46c8adb77af2886578c73bfe | |
parent | df3d8728f2059e10e2e2893094be62c3b49baa2a (diff) |
Add grub2-theme-gnuaxiom for Mate ISO optional installation
4 files changed, 16 insertions, 4 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 66bf09e..2a3b5f4 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/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 @@ -209,6 +211,7 @@ while [ option != 7 ]; do "galculator-gtk2" "xarchiver" "lightdm-gtk-greeter-settings" + "grub2-theme-gnuaxiom" ) #Install packages 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 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 591b5d1..5ec5d92 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/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 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 2d99134..fdeffd5 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/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 |