diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-29 16:19:09 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-29 16:19:09 +0200 |
commit | fcf285b974a5c3ed75c37f5b619abab19845f126 (patch) | |
tree | 4d330125a80588d187131dffbd358d625906e417 /config/binary_local-hooks/grub2-theme | |
parent | 1bdda30f49360eb55aa99cba9ff56ae16badc796 (diff) | |
download | kanotix-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-x | config/binary_local-hooks/grub2-theme | 6 |
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/ + |