Skip to content

Commit

Permalink
Documentation: Add build file copy instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
elp2 authored and awesomekling committed Sep 27, 2021
1 parent 34844dd commit 2f01d34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/AdvancedBuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ cat << 'EOF' > mnt/etc/Keyboard.ini
[Mapping]
Keymap=de
EOF

# Add a file in anon's home dir
cp /somewhere/on/your/system/file.txt mnt/home/anon
```


This will configure your keymap to German (`de`) instead of US English. See [`Base/res/keymaps/`](../Base/res/keymaps/) for a full list. Note that the `keymap` program itself will also modify the `/etc/Keyboard.ini` config file, but this way the change will persist across image rebuilds.

## Ninja build targets
Expand Down

0 comments on commit 2f01d34

Please sign in to comment.