Linux Commands Examples

A great documentation place for Linux commands

grub-mklayout

generate a GRUB keyboard layout file


see also : grub-mkconfig

Synopsis

grub-mklayout [OPTION...] [OPTIONS]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
bindir="${exec_prefix}/bin"
grub_mklayout=${bindir}/`echo grub-mklayout | sed ${transform}`
ckbcomp "$@" | $grub_mklayout -o "$1".gkb
0
source
            
bindir="/bin"
grub_mklayout=${bindir}/`echo grub-mklayout | sed ${transform}`
ckbcomp "$@" | $grub_mklayout -o "$1".gkb
0
source
            
pkgdatadir="${datadir}/grub"
fi
grub_mklayout="${bindir}/`echo grub-mklayout | sed ${transform}`"

description

grub-mklayout processes a keyboard layout description in keymaps(5) format into a format that can be used by GRUB’s keymap command.

Generate GRUB keyboard layout from Linux console one.
-i
, --input=FILE

set input filename. Default is STDIN

-o, --output=FILE

set output filename. Default is STDOUT

-v, --verbose

print verbose messages.

-?, --help

give this help list

--usage

give a short usage message

-V, --version

print program version

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

reporting bugs

Report bugs to <bug-grub[:at:]gnu[:dot:]org>.


see also

grub-mkconfig

The full documentation for grub-mklayout is maintained as a Texinfo manual. If the info and grub-mklayout programs are properly installed at your site, the command

info grub-mklayout

should give you access to the complete manual.

How can this site be more helpful to YOU ?


give  feedback