summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-23 13:40:53 +0200
committerKay Sievers <kay@vrfy.org>2015-06-23 13:41:15 +0200
commit82627069e93a0f75265797b0a1524fcda1e83c39 (patch)
treeeb597df17f50c3130d409666dfd6baa03e22e734 /README
parentf3941a6f33cd325355c9669f49869267d582b6a1 (diff)
README: mention "git archive"
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 651aa98377..53220ff3f2 100644
--- a/README
+++ b/README
@@ -140,8 +140,7 @@ REQUIREMENTS:
dracut (optional)
PolicyKit (optional)
- When building from git, you need the following additional
- dependencies:
+ When building from git, the following tools are needed:
pkg-config
docbook-xsl
@@ -155,6 +154,10 @@ REQUIREMENTS:
python-lxml (optional, but required to build the indices)
sphinx (optional)
+ The build system is initialized with ./autogen.sh. A tar ball
+ can be created with:
+ git archive --format=tar --prefix=systemd-222/ v222 | xz > systemd-222.tar.xz
+
When systemd-hostnamed is used, it is strongly recommended to
install nss-myhostname to ensure that, in a world of
dynamically changing hostnames, the hostname stays resolvable