summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks/grub2-theme
diff options
context:
space:
mode:
Diffstat (limited to 'config/binary_local-hooks/grub2-theme')
-rwxr-xr-xconfig/binary_local-hooks/grub2-theme6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binary_local-hooks/grub2-theme b/config/binary_local-hooks/grub2-theme
new file mode 100755
index 0000000..8fd752a
--- /dev/null
+++ b/config/binary_local-hooks/grub2-theme
@@ -0,0 +1,6 @@
+#!/bin/bash
+# copy theme related files to binary
+mkdir -p binary/boot/grub
+cp chroot/usr/share/grub/unicode.pf2 binary/boot/grub/
+cp chroot/usr/share/images/grub/kanotix-logo.png binary/boot/grub/
+