On Tue, 2017-09-12 at 22:09 +0200, Andreas Radke wrote:
Am Tue, 12 Sep 2017 22:02:54 +0200 schrieb Sébastien Luttringer <seblu@seblu.net>:
Hello,
Systemd is in the base group since October 2012. Not sure to understand if your problem is about base or base-devel. Most of our packages moved to systemd-sysusers. Would make sense to not have filesystem do the same?
Regards,
It's in the core repo but not in "base" group.
root@laptop64:/root # LANG=C pacman -Qi systemd | grep Groups Groups : base-devel
And chroots and Arch installation media simply install the full base group. So far systemd is not included and we now have a problem with user/group creation.
systemd-sysvcompat is in base group, and it pulls systemd.Do a pacstrap, you will see systemd installed. Devtools use base-devel, which prevent linux or others non necessary packages to be pulled to only build packages. Sébastien "Seblu" Luttringer