From b5e66ba7bf57c8d012ce22e220c30057577ba021 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 11 Mar 2018 12:58:40 +0100 Subject: got systemd --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') diff --git a/README b/README index 82f0c5c..733da90 100644 --- a/README +++ b/README @@ -215,6 +215,10 @@ su cross ./prepare_stage2_repo.sh # - libsecret: needs glib2 which is not buildable in stage3 # - licenses: needs links, we don't care for stage3 as they will not # go public in the end +# - dbus without systemd (because of a cyrcle), same goes for cryptsetup + +# systemd: goal is to have a libsystemd we can link against, but stage 3 +# will not have a running systemd init system! su cross ./prepare_stage3_repo.sh @@ -234,3 +238,6 @@ su cross ./prepare_stage3_repo.sh # Use stage 3 to build base and base-devel again. In this phase we try to # use vanilla PKGBUILDs as much as possible, also building documentation # and do all the testing. + +# We also try to get a running systemd in this stage. + -- cgit v1.2.3-54-g00ecf