README: mention "git archive"

This commit is contained in:
Kay Sievers 2015-06-23 13:40:53 +02:00
parent f3941a6f33
commit 82627069e9
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -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