summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-13 15:08:40 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-13 15:08:40 +0200
commitc738ad2c3db2373dd9a064826b827c83826131d0 (patch)
tree6d27aec84dc876f8fc1c0caeec25bf54825f34f0 /doc
parent9f43ba521e51f88bc613bfa1ca92af1d9c630e66 (diff)
downloadUnspecifiedGarbage-c738ad2c3db2373dd9a064826b827c83826131d0.zip
UnspecifiedGarbage-c738ad2c3db2373dd9a064826b827c83826131d0.tar.gz
Add c build notes.
Diffstat (limited to 'doc')
-rw-r--r--doc/note/qemu/qemu.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index d36e5e2..bf39e48 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -286,6 +286,11 @@ In GUEST to access it do:
&& printf 'user:12345\n' | chpasswd \
&& /etc/init.d/sshd restart \
+ && `# host auto-mount helper script ` \
+ && mkdir ~/.local ~/.local/bin \
+ && echo H4sIAAUQ5GYAA0WOsQ7CMAxE93yFCUgFiTbQEaliYWArA8wRFJNkaFI1CR2Af8cpSJ1sv/P5PJ+Jm7HCa+YxQI7s2R6dDxePfXWuD7XsYpCaiIyEpMYemY+nYRJVRFJ754Lsht9CNPeKL5bmDnlccaamUdGIjXbAF690Zv/h8AYfIfkhbyBrXbTUBWjMw0PuIOXaa4tVRp7pO3Jm6xSUMNXdCNQfqD8ALsR2U2yKsijF+LLX1x7TPU5aa8OPjqmdMzbwjH0BleXnHxQBAAA= |base64 -d|gzip -d > ~/.local/bin/setup \
+ && printf '\n TODO: Resolve the todos in %s\n\n' ~/.local/bin/setup \
+
## Debian PostInstall