summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-10 14:06:17 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-10 14:06:17 +0300
commitb58f38be7bf7cbb0e6a26d816fd10ef08223aa0b (patch)
treeb485d246a2ee481dd158d79393f34f514961a181
parent52824feb1d9f40efb5a120d56a4193eac0cbc653 (diff)
downloadick-contractor-b58f38be7bf7cbb0e6a26d816fd10ef08223aa0b.tar.gz
fix: add mention of kpartx to the relevant step in README.md
-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`