Lennart Poettering | 31cee6f | 2010-05-13 03:30:21 +0200 | [diff] [blame] | 1 | systemd System and Session Manager |
| 2 | |
| 3 | DETAILS: |
| 4 | http://0pointer.de/blog/projects/systemd.html |
| 5 | |
| 6 | WEB SITE: |
| 7 | http://www.freedesktop.org/wiki/Software/systemd |
| 8 | |
| 9 | GIT: |
| 10 | git://anongit.freedesktop.org/systemd |
| 11 | ssh://git.freedesktop.org/git/systemd |
| 12 | |
| 13 | GITWEB: |
| 14 | http://cgit.freedesktop.org/systemd/ |
| 15 | |
| 16 | MAILING LIST: |
| 17 | http://lists.freedesktop.org/mailman/listinfo/systemd-devel |
| 18 | http://lists.freedesktop.org/mailman/listinfo/systemd-commits |
| 19 | |
| 20 | IRC: |
| 21 | #systemd on irc.freenode.org |
| 22 | |
| 23 | BUG REPORTS: |
| 24 | https://bugs.freedesktop.org/enter_bug.cgi?product=systemd |
| 25 | |
| 26 | AUTHOR: |
| 27 | Lennart Poettering with major support from Kay Sievers |
| 28 | |
| 29 | REQUIREMENTS: |
Lennart Poettering | 21bc923 | 2011-02-23 01:12:07 +0100 | [diff] [blame] | 30 | Linux kernel >= 2.6.30 (with devtmpfs, cgroups; optional but strongly recommended: autofs4, ipv6) |
Kay Sievers | c1c8ca8 | 2010-11-26 20:48:29 +0100 | [diff] [blame] | 31 | libudev >= 163 |
| 32 | dbus >= 1.4.0 |
Lennart Poettering | 3ede835 | 2011-02-16 19:09:11 +0100 | [diff] [blame] | 33 | libcap |
| 34 | gtk+ >= 2.20 (optional) |
| 35 | PAM >= 1.1.2 (optional) |
| 36 | libcryptsetup (optional) |
| 37 | libaudit (optional) |
| 38 | libselinux (optional) |
| 39 | tcpwrappers (optional) |
| 40 | libnotify (optional) |
| 41 | |
| 42 | When you build from git you need the following additional dependencies: |
| 43 | |
Kay Sievers | c1c8ca8 | 2010-11-26 20:48:29 +0100 | [diff] [blame] | 44 | vala >= 0.10 |
Lennart Poettering | 3ede835 | 2011-02-16 19:09:11 +0100 | [diff] [blame] | 45 | docbook-xsl |
| 46 | xsltproc |
| 47 | automake |
| 48 | autoconf |
| 49 | libtool |
Lennart Poettering | 21bc923 | 2011-02-23 01:12:07 +0100 | [diff] [blame] | 50 | make, gcc, and similar tools |
Lennart Poettering | 3ede835 | 2011-02-16 19:09:11 +0100 | [diff] [blame] | 51 | |
| 52 | During runtime you need the following dependencies: |
| 53 | |
Kay Sievers | c1c8ca8 | 2010-11-26 20:48:29 +0100 | [diff] [blame] | 54 | util-linux > v2.18 (requires fsck -l, agetty -s) |
Lennart Poettering | 21bc923 | 2011-02-23 01:12:07 +0100 | [diff] [blame] | 55 | sulogin (from sysvinit-tools, optional but recommended) |
Lennart Poettering | 3ede835 | 2011-02-16 19:09:11 +0100 | [diff] [blame] | 56 | plymouth (optional) |
| 57 | dracut (optional) |
Lennart Poettering | 21bc923 | 2011-02-23 01:12:07 +0100 | [diff] [blame] | 58 | |
| 59 | WARNINGS: |
| 60 | systemd will warn you during boot if /etc/mtab is not a |
| 61 | symlink to /proc/mounts. Please ensure that /etc/mtab is a |
| 62 | proper symlink. |
| 63 | |
| 64 | systemd will warn you during boot if /usr is on a different |
| 65 | file system than /. While in systemd itself very little will |
| 66 | break if /usr is on a seperate partition many of its |
| 67 | dependencies very likely will break sooner or later in one |
| 68 | form or another. For example udev rules tend to refer to |
| 69 | binaries in /usr, binaries that link to libraries in /usr or |
| 70 | binaries that refer to data files in /usr. Since these |
| 71 | breakages are not always directly visible systemd will warn |
| 72 | about this, since this kind of file system setup is not really |
| 73 | supported anymore by the basic set of Linux OS components. |
Lennart Poettering | fc7a744 | 2011-03-01 23:44:26 +0100 | [diff] [blame^] | 74 | |
| 75 | ENGINEERING AND CONSULTING SERVICES: |
| 76 | ProFUSION <http://profusion.mobi> offers professional |
| 77 | engineering and consulting services for systemd for embedded |
| 78 | and other use. Please contact Gustavo Barbieri |
| 79 | <barbieri@profusion.mobi> for more information. |
| 80 | |
| 81 | Disclaimer: This notice is not a recommendation or official |
| 82 | endorsement. However, ProFUSION's upstream work has been very |
| 83 | beneficial for the systemd project. |