summaryrefslogtreecommitdiffstats
path: root/doc/makefu/logbook/transfer_gum.md
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-06-26 16:08:27 +0200
committermakefu <github@syntax-fehler.de>2017-06-27 20:47:55 +0200
commit319add434302276a52590f1bca3701ee45443cc5 (patch)
treecffaa3fbfcfd363e14c05aee7684560c2d0e1f1f /doc/makefu/logbook/transfer_gum.md
parent4221210d5a495f9033d9e566b6f926d3fcc9aec5 (diff)
doc/makefu: init logbook
add the logbooks i created for install_fileleech and transfer of gum
Diffstat (limited to 'doc/makefu/logbook/transfer_gum.md')
-rw-r--r--doc/makefu/logbook/transfer_gum.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/makefu/logbook/transfer_gum.md b/doc/makefu/logbook/transfer_gum.md
new file mode 100644
index 00000000..5f9c8825
--- /dev/null
+++ b/doc/makefu/logbook/transfer_gum.md
@@ -0,0 +1,16 @@
+# transfer gum to new hosts
+
+```
+builder$ vim krebs/3modules/makefu/default.nix
+## update ip
+builder$ vim makefu/1systems/gum.nix
+## update hardware config
+
+old-gum$ rsync --progress -lprtvzF . <newip>:/mnt/
+
+new-gum$ touch /mnt/var/src/.populate
+new-gum$ gdisk /dev/sda r;g;w # gpt to mbr
+
+builder$ make -C ~/stockholm system=gum target=vcygfnhdxyxr47zu.onion install
+
+```