mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 14:43:36 +00:00
7 lines
119 B
Bash
7 lines
119 B
Bash
#!/bin/sh
|
|
|
|
grub_mklayout=${bindir}/`echo grub-mklayout | sed ${transform}`
|
|
|
|
ckbcomp "$@" | $grub_mklayout -o "$1".gkb
|
|
|