2014-09-13 12:01 GMT+08:00 xinglp <[email protected]>:
> 2014-09-13 11:11 GMT+08:00 Armin K. <[email protected]>:
>> On 13.9.2014 4:29, xinglp wrote:
>>>
>>> same as here https://bugs.archlinux.org/task/41755
>>> Is there any way to disable it ?
>>>
>>
>> systemd-firstboot is disabled in LFS by default, as well as
>> systemd-sysusers.
>
> It's has nothing to do with system-firstboot. It depends on /etc/machine-id.
> I had patched lfs book to disable "systemd-machine-id-setup" in "6.63.
> Systemd-216" in order to create lfs for different hosts.
>
> see the code.
> src/core/main.c
> 1530                 /* Let's check whether /etc is already populated. We
> 1531                  * don't actually really check for that, but use
> 1532                  * /etc/machine-id as flag file. This allows container
> 1533                  * managers and installers to provision a couple of
> 1534                  * files already. If the container manager wants to
> 1535                  * provision the machine ID itself it should pass
> 1536                  * $container_uuid to PID 1.*/
> 1537
> 1538                 empty_etc = access("/etc/machine-id", F_OK) < 0;
> 1539                 if (empty_etc)
> 1540                         log_info("Running with unpopulated /etc.");
>
> 1602                 if (empty_etc) {
> 1603                         r =
> unit_file_preset_all(UNIT_FILE_SYSTEM, false, NULL,
> UNIT_FILE_PRESET_FULL, false, NULL, 0);
>
The attachment simply disabled the function unit_file_preset_all,
tested, works for me.
>>
>> So, the answer to your question is probably: follow the instructions.
>> --
>> http://lists.linuxfromscratch.org/listinfo/lfs-support
>> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
>> Unsubscribe: See the above information page
>>
>> Do not top post on this list.
>>
>> A: Because it messes up the order in which people normally read text.
>> Q: Why is top-posting such a bad thing?
>> A: Top-posting.
>> Q: What is the most annoying thing in e-mail?
>>
>> http://en.wikipedia.org/wiki/Posting_style

Attachment: systemd-disable-inst-all-units.patch
Description: Binary data

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to