summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks/grub2-theme
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 16:19:09 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-09-29 16:19:09 +0200
commitfcf285b974a5c3ed75c37f5b619abab19845f126 (patch)
tree4d330125a80588d187131dffbd358d625906e417 /config/binary_local-hooks/grub2-theme
parent1bdda30f49360eb55aa99cba9ff56ae16badc796 (diff)
downloadkanotix-fcf285b974a5c3ed75c37f5b619abab19845f126.zip
kanotix-fcf285b974a5c3ed75c37f5b619abab19845f126.tar.gz
added hooks to include GRUB2-EFI into binary
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/
+