summaryrefslogtreecommitdiff
path: root/configs/profile/root-image/root/.install-openrc-lxde/language
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/root-image/root/.install-openrc-lxde/language')
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh2
4 files changed, 8 insertions, 0 deletions
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh
index cef4c4e..f8f1592 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/en/install.sh
@@ -122,6 +122,8 @@ while [ option != 7 ]; do
3)
#Install grub
pacstrap /mnt grub
+ #Enable Parabola theme for grub
+ sed -i 's|^#GRUB_THEME=.*|GRUB_THEME=/boot/grub/themes/parabola-laf/theme.txt|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
index a81db3a..c4e00f6 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/es/install.sh
@@ -122,6 +122,8 @@ while [ option != 7 ]; do
3)
#Install grub
pacstrap /mnt grub
+ #Enable Parabola theme for grub
+ sed -i 's|^#GRUB_THEME=.*|GRUB_THEME=/boot/grub/themes/parabola-laf/theme.txt|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh
index 2bb3c9c..22c0d9c 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/gl/install.sh
@@ -121,6 +121,8 @@ while [ option != 7 ]; do
3)
#Install grub
pacstrap /mnt grub
+ #Enable Parabola theme for grub
+ sed -i 's|^#GRUB_THEME=.*|GRUB_THEME=/boot/grub/themes/parabola-laf/theme.txt|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config
diff --git a/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh b/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh
index 4b2f187..6c1facf 100755
--- a/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh
+++ b/configs/profile/root-image/root/.install-openrc-lxde/language/pt/install.sh
@@ -122,6 +122,8 @@ while [ option != 7 ]; do
3)
#Install grub
pacstrap /mnt grub
+ #Enable Parabola theme for grub
+ sed -i 's|^#GRUB_THEME=.*|GRUB_THEME=/boot/grub/themes/parabola-laf/theme.txt|' /mnt/etc/default/grub
;;
4)
#Generate fstab and acces to chroot to do System Config