Re: [Xen-devel] [RFC 3/7] linux-stubdomain: Build a disk image

2015-02-06 Thread Eric Shelton
On Fri, Feb 6, 2015 at 10:57 AM, Stefano Stabellini wrote: > On Tue, 3 Feb 2015, Eric Shelton wrote: >> +DRACUT_URL="http://www.kernel.org/pub/linux/utils/boot/dracut"; >> +DRACUT_V=dracut-033 >> + >> +GENEXT2FS_V = 1.4.1 >> +GENEXT2FS_URL="http://sourceforge.net/projects/genext2fs/files/genext2f

Re: [Xen-devel] [RFC 3/7] linux-stubdomain: Build a disk image

2015-02-06 Thread Stefano Stabellini
On Tue, 3 Feb 2015, Eric Shelton wrote: > This patch builds a disk image intended to be mounted as rootfs by the > Linux stub domain. It is assembled using dracut and genext2fs. > > Signed-off-by: Eric Shelton > --- > stubdom-linux/.gitignore | 4 ++ > stubdom-linux/Makefile

[Xen-devel] [RFC 3/7] linux-stubdomain: Build a disk image

2015-02-03 Thread Eric Shelton
This patch builds a disk image intended to be mounted as rootfs by the Linux stub domain. It is assembled using dracut and genext2fs. Signed-off-by: Eric Shelton --- stubdom-linux/.gitignore | 4 ++ stubdom-linux/Makefile| 45 +++- stubdom-linux/extra/inits