summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-18 20:38:40 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-05-07 09:23:27 -0400
commit1304104fd42490fa7dff9f4ebf5e610087c43312 (patch)
tree8273bc0c7b52082c110a7e8f74fc56db2801f667
parent2f4f40a691afe608c747b9595e52b67fea19e517 (diff)
set boot theme to 'parabola-laf'
-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
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/en/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/es/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh2
-rwxr-xr-xconfigs/profile/root-image/root/.install-systemd-mate/language/pt/install.sh2
8 files changed, 12 insertions, 4 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
diff --git a/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh
index 0614036..e95a0d5 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/en/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/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/GNUAxiom/theme.txt"|' /mnt/etc/default/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-systemd-mate/language/es/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/es/install.sh
index 9a79761..65cdab4 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/es/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/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/GNUAxiom/theme.txt"|' /mnt/etc/default/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-systemd-mate/language/gl/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
index 6ea4751..43957bb 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/gl/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/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/GNUAxiom/theme.txt"|' /mnt/etc/default/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-systemd-mate/language/pt/install.sh b/configs/profile/root-image/root/.install-systemd-mate/language/pt/install.sh
index 147bf6f..a438fb7 100755
--- a/configs/profile/root-image/root/.install-systemd-mate/language/pt/install.sh
+++ b/configs/profile/root-image/root/.install-systemd-mate/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/GNUAxiom/theme.txt"|' /mnt/etc/default/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