mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add build file copy instruction
This commit is contained in:
parent
34844dd547
commit
2f01d34b99
Notes:
sideshowbarker
2024-07-18 03:24:29 +09:00
Author: https://github.com/elp2 Commit: https://github.com/SerenityOS/serenity/commit/2f01d34b99e Pull-request: https://github.com/SerenityOS/serenity/pull/10215
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue