summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-11 12:58:40 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-11 12:58:40 +0100
commitb5e66ba7bf57c8d012ce22e220c30057577ba021 (patch)
tree34b09bc827274a52acb19e08cff218c4aabeab42 /README
parentc8daadccefa390907f500ca3a2621312e2a2dcb6 (diff)
downloadbootstrap32-b5e66ba7bf57c8d012ce22e220c30057577ba021.tar.xz
got systemd
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
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.
+