Re: [systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-12-13 Thread Shawn Landden
On Tue, Dec 10, 2013 at 2:18 PM, Lennart Poettering wrote: > On Mon, 02.12.13 09:41, Shawn Landden (sh...@churchofgit.com) wrote: > >> >> On Mon, Dec 2, 2013 at 8:27 AM, Lennart Poettering >> wrote: >> > On Sat, 30.11.13 10:20, Shawn Landden (sh...@churchofgit.com) wrote: >> > >> >> nspawn has be

Re: [systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-12-10 Thread Lennart Poettering
On Mon, 02.12.13 09:41, Shawn Landden (sh...@churchofgit.com) wrote: > > On Mon, Dec 2, 2013 at 8:27 AM, Lennart Poettering > wrote: > > On Sat, 30.11.13 10:20, Shawn Landden (sh...@churchofgit.com) wrote: > > > >> nspawn has been called "chroot on steroids". > >> > >> Continue that tradition by

Re: [systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-12-03 Thread Shawn Landden
On Mon, Dec 2, 2013 at 9:41 AM, Shawn Landden wrote: > On Mon, Dec 2, 2013 at 8:27 AM, Lennart Poettering > wrote: >> On Sat, 30.11.13 10:20, Shawn Landden (sh...@churchofgit.com) wrote: >> >>> nspawn has been called "chroot on steroids". >>> >>> Continue that tradition by supporting target direc

Re: [systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-12-02 Thread Shawn Landden
On Mon, Dec 2, 2013 at 8:27 AM, Lennart Poettering wrote: > On Sat, 30.11.13 10:20, Shawn Landden (sh...@churchofgit.com) wrote: > >> nspawn has been called "chroot on steroids". >> >> Continue that tradition by supporting target directories that >> are not root directories. >> >> This patch handl

Re: [systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-12-02 Thread Lennart Poettering
On Sat, 30.11.13 10:20, Shawn Landden (sh...@churchofgit.com) wrote: > nspawn has been called "chroot on steroids". > > Continue that tradition by supporting target directories that > are not root directories. > > This patch handles the simple case: a static binary. Hmm, I am not sure how I fee

[systemd-devel] [PATCH 1/2] nspawn: --populate to run static binaries on empty target directory

2013-11-30 Thread Shawn Landden
nspawn has been called "chroot on steroids". Continue that tradition by supporting target directories that are not root directories. This patch handles the simple case: a static binary. --- Makefile.am| 2 + man/systemd-nspawn.xml | 11 + src/nspawn/elf.c | 127 +