On 06/03/14 05:46 PM, arnaud gaboury wrote:
I finally managed to boot the container with a working network and a static IP. I only used netctl, as systemd-networkd is still a mistery to me.
I am not a dev and thus can not contribute in a efficient manner. Nevertheless, I will write a Arch wiki on systemd-nspawn, as for now there is nothing about it. Sorry for my yesterday nerves, but honestly, documentation exists on systemd-nspawn, systemd-network, but it is very basic. It lacks in fact a good example, from the container creation to the network setup. But maybe shall all this be written in a WIKI. Btw, # pacstrap -c -d ~/arch-tree/ base as exposed on systemd-nspawn[1] left me with a broken filesystem with a lot of missing libs. I installed the container from the usual Arch ISO mechanism.
[1]http://www.freedesktop.org/software/systemd/man/systemd-nspawn.html
The `pacstrap -c -d foo base` command does install everything necessary for a basic install. It's the same base group the installation guides have you install.