blob: 8fd752a39844a3f913101f7d2bf7e93347c4f3f5 (
plain)
1
2
3
4
5
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/
|