On 06/14/2014 05:10 AM, Armin K. wrote:
On 06/14/2014 06:32 AM, DJ Lucas wrote:
On 05/31/2014 12:18 PM, Armin K. wrote:
On 05/31/2014 06:58 PM, John Burrell wrote:
Latest patch is always available at my personal web space @ lfs server
in less than 24hrs after new systemd release.

www.linuxfromscratch.org/~krejzi/systemd-compat.patch

Thanks, that's good to know.

Do you intend to keep the systemd version of LFS up-to-date? I see
the current book is 20140412.

jb.
I don't know. Maybe, maybe not. Not in the next 20 days though.

Just picked through them all. Want it done (after I verify that it
builds again)?

--DJ

Sure, why not. Nice to see you on these lists from time to time DJ.

Done. LFS-systemd is caught up with LFS-svn. Booted it up, just as it is now, using jhalfs to complete.

A couple of suggestions:

1. Disable systemd-networkd.service and systemd-resolved.service by default. This can be done by removing the symlinks after systemd is installed: rm -fv /etc/systemd/system/multi-user.target.wants/systemd-{resolved,networkd}.service rm -fv /etc/systemd/system/network-online.target.wants/systemd-networkd-wait-online.service

Also need to comment out lines 19-21 of /usr/lib/tmpfiles.d/systemd.conf as a result of the above, and probably remove the run lines from there too...but those aren't so important, just cosmetic.

2. Enable tty{2,3,4,5,6}:
for tty in 2 3 4 5 6; do
    ln -s "/lib/systemd/system/[email protected]" \
"/etc/systemd/system/getty.target.wants/getty@tty$tty.service"
done

You might actually be able to use systemctl {dis,en}able in chroot to accomplish the above. I haven't yet remembered to fix these until after first boot.

As to being on-list, yeah I still keep track, just not much time to really do much.

--DJ

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

Reply via email to