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
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
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:
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
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