Re: debian ova instance generator

2013-10-10 Thread Thomas Goirand
On 10/06/2013 09:54 PM, hero...@gentoo.org wrote: > Dear fellows, > > This is a simple Makefile which generates ova[1] of customized debian, > inpired by an ova build script of sagemath[2], and a guide from > archlinux[5]. > > It is a by-product of AireLinux[3], a customized Debian for > astrophy

Re: debian ova instance generator

2013-10-10 Thread heroxbd
Dear Lars, Lars Wirzenius writes: > You can also just create usr/sbin/policy-rc.d as a shell script that > exits with 101, which may or may not be easier to deal with. Like > this: > > cat < "$rootdir/usr/sbin/policy-rc.d" > #!/bin/sh > exit 101 > EOF > chmod a+x "$rootdir/usr/sbin/policy-rc.d"

Re: debian ova instance generator

2013-10-06 Thread Jonas Smedegaard
Quoting Lukas Anzinger (2013-10-06 21:49:12) > > I've seen that you stop dbus via invoke-rc.d because it's started from > its postinst script. > > There's a way to prevent the starting of services so you don't need to > stop it: Just install [1]https://github.com/grml/grml-policyrcd into > the c

Re: debian ova instance generator

2013-10-06 Thread Lars Wirzenius
On Sun, Oct 06, 2013 at 09:49:12PM +0200, Lukas Anzinger wrote: > I've seen that you stop dbus via invoke-rc.d because it's started from its > postinst script. > > There's a way to prevent the starting of services so you don't need to stop > it: Just install https://github.com/grml/grml-policyrcd

Re: debian ova instance generator

2013-10-06 Thread Lukas Anzinger
Hi, I've seen that you stop dbus via invoke-rc.d because it's started from its postinst script. There's a way to prevent the starting of services so you don't need to stop it: Just install https://github.com/grml/grml-policyrcd into the chroot, it will make "invoke-rc.d start" a NOP if run insid

debian ova instance generator

2013-10-06 Thread heroxbd
Dear fellows, This is a simple Makefile which generates ova[1] of customized debian, inpired by an ova build script of sagemath[2], and a guide from archlinux[5]. It is a by-product of AireLinux[3], a customized Debian for astrophysics. It basically creates a hdd image with debian debootstrappe