summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-10 11:07:16 +0000
committerLars Wirzenius <liw@liw.fi>2020-05-10 11:07:16 +0000
commit3b471b9338d424b2974456ea4c8ca556406ac449 (patch)
treeb485d246a2ee481dd158d79393f34f514961a181
parent52824feb1d9f40efb5a120d56a4193eac0cbc653 (diff)
parentb58f38be7bf7cbb0e6a26d816fd10ef08223aa0b (diff)
downloadick-contractor-3b471b9338d424b2974456ea4c8ca556406ac449.tar.gz
Merge branch 'fix' into 'master'
fix: add mention of kpartx to the relevant step in README.md Closes #19 See merge request larswirzenius/contractor!14
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 734f9a8..93896b4 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,9 @@ do with less disk space.
`curl https://files.liw.fi/contractor/worker.img.xz > worker.img.xz`
`unxz -v *.img.xz`
-* Change the manager to accept your own SSH public (change the key
- filename as needed):
+* Change the manager to accept your own SSH public. This needs the
+ `kpartx` program installed. Change the key
+ filename in the command as needed:
`sudo sh -x ./set-authorized-key vm.img ~/.ssh/id*.pub`