README: clarifications

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-08-16 15:42:07 -04:00
parent 2ca370c0a7
commit 9bf7e8e5e4
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,8 @@ systemd-nspawn -bni $(pwd)/image.raw -M tor-box
This boots the container up, but gives you a login prompt with no root passwd set.
The container is on private network with a veth to the host.
This expects systemd-networkd on the host to be configured and running.
This expects `systemd-networkd.service` on the host to be configured and running.
Also, this may conflict with the `firewalld.service`, so disable that or tamper at your own will.
To get a shell inside this container, do:
@ -52,7 +53,7 @@ Likewise you can enable it to start on-boot with:
sudo sudo systemctl enable systemd-nspawn@tor-box.raw
```
(this requires `systemd-machined.service` to be enabled on the host.
(this requires `systemd-machined` so `systemctl enable --now machines.target` on the host.)
## Props and References