User Tools

Site Tools


doc:appunti:linux:sa:grml

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
doc:appunti:linux:sa:grml [2025/10/03 16:46] niccolodoc:appunti:linux:sa:grml [2025/10/03 16:51] (current) – [Add scripts and other files to the USB] niccolo
Line 109: Line 109:
  
 You can place also files into the partition, so e.g. you can install additional deb packages on-the-fly. You can place also files into the partition, so e.g. you can install additional deb packages on-the-fly.
 +
 +Here it is an example of script named **scripts/grml.sh** placed into the GRMLCFG partition to load the Italian keymap and to configure the keys to get braces:
 +
 +<code>
 +#!/bin/sh
 +echo "=== Execution of \"$0\" ==="
 +loadkeys it
 +loadkeys /root/config/custom-key.map
 +</code>
 +
 +The file **/root/config/custom-key.map** contains:
 +
 +<file>
 +shift altgr keycode 26 = braceleft
 +shift altgr keycode 27 = braceright
 +</file>
  
 ====== Obsolete ====== ====== Obsolete ======
doc/appunti/linux/sa/grml.1759502815.txt.gz · Last modified: by niccolo