aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-24 06:47:37 -0200
committerEuAndreh <eu@euandre.org>2018-11-24 06:47:37 -0200
commit96ac7760d4c051a32a573215a28a48a85c6e0dab (patch)
treea4f28c25ae9b13f1442af7614d100df0cb0c27e7 /README.org
parentMerge branch 'usurpadinho' into 'master'. (diff)
parentwip (diff)
downloaddotfiles-96ac7760d4c051a32a573215a28a48a85c6e0dab.tar.gz
dotfiles-96ac7760d4c051a32a573215a28a48a85c6e0dab.tar.xz
Merge remote-tracking branch 'origin/usurpador' into 'master'.
Get the latest os-installation.sh changes written in usurpador.
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.org b/README.org
index dfb1e25..26e9394 100644
--- a/README.org
+++ b/README.org
@@ -4,12 +4,13 @@
*** 2. Follow USB ISO installation steps in =nixos/os-installation.sh=
*** 3. Put =private.gpg= and =public.gpg= files in UTCLOUD (the actual HD drive)
#+BEGIN_SRC shell
-gpg --export -a EuAndreh > public.gpg
-gpg --export-secret-keys -a EuAndreh > private
-gpg --cipher-algo AES256 -c private
-shred private
-mv public.gpg ~/UTCLOUD/public.gpg
-mv private.gpg ~/UTCLOUD/private.gpg
+ gpg --export -a EuAndreh > public.gpg
+ gpg --export-secret-keys -a EuAndreh > private
+ gpg --cipher-algo AES256 -c private
+ shred private
+ mv public.gpg ~/UTCLOUD/public.gpg
+ mv private.gpg ~/UTCLOUD/private.gpg
+ cp $DOTFILES/encrypted/password-hash.txt ~/UTCLOUD/password-hash.txt
#+END_SRC
*** 4. Import GPG keys in new OS
#+BEGIN_SRC shell