From 2f01d34b99e88dda70b3fd17ef3490a023bc7d08 Mon Sep 17 00:00:00 2001 From: Edward Palmer <891364+elp2@users.noreply.github.com> Date: Sun, 26 Sep 2021 03:53:20 +0000 Subject: [PATCH] Documentation: Add build file copy instruction --- Documentation/AdvancedBuildInstructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/AdvancedBuildInstructions.md b/Documentation/AdvancedBuildInstructions.md index 069bbee46a..35e5051cb8 100644 --- a/Documentation/AdvancedBuildInstructions.md +++ b/Documentation/AdvancedBuildInstructions.md @@ -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