mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 08:57:35 +00:00
Documentation: Add build file copy instruction
This commit is contained in:
parent
34844dd547
commit
2f01d34b99
1 changed files with 4 additions and 0 deletions
|
@ -15,8 +15,12 @@ cat << 'EOF' > mnt/etc/Keyboard.ini
|
||||||
[Mapping]
|
[Mapping]
|
||||||
Keymap=de
|
Keymap=de
|
||||||
EOF
|
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.
|
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
|
## Ninja build targets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue