mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-05 21:59:00 +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
|
|
|