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
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"
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
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
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
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
6 matches
Mail list logo