Bladeren bron

Documentation: Add build file copy instruction

Edward Palmer 3 jaren geleden
bovenliggende
commit
2f01d34b99
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      Documentation/AdvancedBuildInstructions.md

+ 4 - 0
Documentation/AdvancedBuildInstructions.md

@@ -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