summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-11 15:35:19 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-11 15:35:19 +0100
commit2956293319328adb8fd21e6a85a4b95ce6667594 (patch)
tree891c53454bf53ce6524315818ab20708d33e1dee /README
parentb5e66ba7bf57c8d012ce22e220c30057577ba021 (diff)
downloadbootstrap32-2956293319328adb8fd21e6a85a4b95ce6667594.tar.xz
building most things depending on systemd
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 733da90..656a6a8 100644
--- a/README
+++ b/README
@@ -210,12 +210,15 @@ su cross ./prepare_stage2_repo.sh
# - ldns unbound dnssec-anchors are all in a cyrcle
# - ca-certificates-mozilla needs gyp which need ninja which has
# a download location only verifiable by the very same certificates :-)
+# - dbus without systemd (because of a cyrcle), same goes for cryptsetup
+# - glib2 without shared-mime-info
# some packages are simply to hard or important to build:
-# - 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
+# - libsecret, calls gtkdocize in autogen.sh
+# - systemd-sysvcompat: should be optional, I don't see why this should
+# be in base
# systemd: goal is to have a libsystemd we can link against, but stage 3
# will not have a running systemd init system!