summarylogtreecommitdiffstats
path: root/bootsplash-bgrt.initcpio_install
diff options
context:
space:
mode:
Diffstat (limited to 'bootsplash-bgrt.initcpio_install')
-rw-r--r--bootsplash-bgrt.initcpio_install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootsplash-bgrt.initcpio_install b/bootsplash-bgrt.initcpio_install
new file mode 100644
index 000000000000..4c2192839030
--- /dev/null
+++ b/bootsplash-bgrt.initcpio_install
@@ -0,0 +1,11 @@
+build() {
+ # add bootsplash
+ add_binary /usr/lib/firmware/bootsplash-themes/bgrt/bootsplash /usr/lib/firmware/bootsplash-themes/bgrt/bootsplash
+}
+
+help() {
+ echo "This hook includes bootsplash image in the initramfs image."
+}
+
+# vim: set ft=sh:
+#EOF