Re: [systemd-devel] no installed machine-id vs systemd-in-initramfs

2013-07-11 Thread Lennart Poettering
On Wed, 10.07.13 11:26, Colin Walters ([email protected]) wrote: > The gnome-ostree build system generates disk images that can be > downloaded directly; there is no installer. > > In the old model of "dracut shell script + systemd", systemd's main.c > has: > if (arg_running_as == SYSTEMD_SYSTEM

Re: [systemd-devel] no installed machine-id vs systemd-in-initramfs

2013-07-11 Thread Harald Hoyer
On 07/11/2013 12:04 PM, Kay Sievers wrote: > On Thu, Jul 11, 2013 at 11:55 AM, Harald Hoyer wrote: >> On 07/10/2013 05:26 PM, Colin Walters wrote: >>> The gnome-ostree build system generates disk images that can be >>> downloaded directly; there is no installer. >>> >>> In the old model of "dracut

Re: [systemd-devel] no installed machine-id vs systemd-in-initramfs

2013-07-11 Thread Kay Sievers
On Thu, Jul 11, 2013 at 11:55 AM, Harald Hoyer wrote: > On 07/10/2013 05:26 PM, Colin Walters wrote: >> The gnome-ostree build system generates disk images that can be >> downloaded directly; there is no installer. >> >> In the old model of "dracut shell script + systemd", systemd's main.c >> has:

Re: [systemd-devel] no installed machine-id vs systemd-in-initramfs

2013-07-11 Thread Harald Hoyer
On 07/10/2013 05:26 PM, Colin Walters wrote: > The gnome-ostree build system generates disk images that can be > downloaded directly; there is no installer. > > In the old model of "dracut shell script + systemd", systemd's main.c > has: > if (arg_running_as == SYSTEMD_SYSTEM ...) { > ... > ma

[systemd-devel] no installed machine-id vs systemd-in-initramfs

2013-07-10 Thread Colin Walters
The gnome-ostree build system generates disk images that can be downloaded directly; there is no installer. In the old model of "dracut shell script + systemd", systemd's main.c has: if (arg_running_as == SYSTEMD_SYSTEM ...) { ... machine_id_setup(); ... } So after mounting the rootfs, we'd