diff --git a/Makefile b/Makefile
index 2849d3f..56c2936 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,17 @@ DEFAULT_BACKGROUND=desktop-background
PIXMAPS=$(wildcard pixmaps/*.png)
DESKTOP_FILES=$(wildcard *.desktop)
+PLYMOUTH_LOGO_TEXT = vesperos-theme/plymouth/logo-text.png
+
.PHONY: all clean install install-local
-all: build-grub build-emblems build-logos
+all: build-grub build-emblems build-logos $(PLYMOUTH_LOGO_TEXT)
clean: clean-grub clean-emblems clean-logos
+ rm -f $(PLYMOUTH_LOGO_TEXT)
+
+$(PLYMOUTH_LOGO_TEXT): vesperos-logos/logo-text.svg
+ rsvg-convert $< -h 400 -o $@.raw
+ optipng $@.raw -out $@
+ rm -f $@.raw
.PHONY: build-grub clean-grub install-grub
build-grub clean-grub install-grub:
diff --git a/debian/postinst b/debian/postinst
index 7e49f5e..06446d7 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -227,7 +227,7 @@ EOF
100
if which update-initramfs > /dev/null; then
- update-initramfs -u
+ update-initramfs -u -k all
fi
fi
diff --git a/vesperos-logos/logo-debian-text.svg b/vesperos-logos/logo-debian-text.svg
new file mode 100644
index 0000000..2f47ac8
--- /dev/null
+++ b/vesperos-logos/logo-debian-text.svg
@@ -0,0 +1,358 @@
+
+
+
+
diff --git a/vesperos-logos/logo-text.svg b/vesperos-logos/logo-text.svg
index 2f47ac8..cad241b 100644
--- a/vesperos-logos/logo-text.svg
+++ b/vesperos-logos/logo-text.svg
@@ -1,358 +1,15 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/vesperos-theme/plymouth/debian.png b/vesperos-theme/plymouth/debian.png
deleted file mode 100644
index db68972..0000000
Binary files a/vesperos-theme/plymouth/debian.png and /dev/null differ
diff --git a/vesperos-theme/plymouth/vesperos.script b/vesperos-theme/plymouth/vesperos.script
index 647643c..8600bfd 100644
--- a/vesperos-theme/plymouth/vesperos.script
+++ b/vesperos-theme/plymouth/vesperos.script
@@ -124,7 +124,7 @@ logo_glow_sprite.SetPosition(logo_pos.x, logo_pos.y, -60);
logo_glow_sprite.SetImage(logo_glow[0]);
#------------------------------- Brand ----------------------------------------------
-oem_brand = "recoveryos";
+oem_brand = "logo-text";
brand = Image(oem_brand + ".png");
brand_scale_factor = brand_height / brand.GetHeight();
diff --git a/vesperos-theme/wallpaper/metadata.json b/vesperos-theme/wallpaper/metadata.json
index 0b72503..810f496 100644
--- a/vesperos-theme/wallpaper/metadata.json
+++ b/vesperos-theme/wallpaper/metadata.json
@@ -5,8 +5,8 @@
"License": "GPLv2+",
"Authors": [
{
- "Name": "Elise Couper",
- "Email": "couperpc@gmail.com"
+ "Name": "Seth Olivarez",
+ "Email": "contact@oxmc.me"
}
]
}