#!/bin/bash REQUIRED_VERSION="systemd-229" REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz" REQUIRED_URL="https://github.com/systemd/systemd/archive/v229.tar.gz" REQUIRED_LIBKMOD_VERSION="kmod-22" REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.xz" REQUIRED_INSTALLED_PACKAGES=" intltool libtool gperf dbus pkg-config libcap-dev libudev-dev libdbus-1-dev xsltproc libblkid-dev libacl1-dev libpam-dev libgtk2.0-dev libmount-dev " REQUIRED_BINARIES=" journalctl loginctl systemctl systemd-ac-power systemd-activate systemd-analyze systemd-ask-password systemd-backlight systemd-binfmt systemd-bus-proxyd systemd-cat systemd-cgls systemd-cgroups-agent systemd-cgtop systemd-dbus1-generator systemd-debug-generator systemd-delta systemd-detect-virt systemd-escape systemd-firstboot systemd-fsck systemd-fstab-generator systemd-getty-generator systemd-gpt-auto-generator systemd-hibernate-resume systemd-hibernate-resume-generator systemd-hwdb systemd-inhibit systemd-initctl systemd-journald systemd-logind systemd-machine-id-setup systemd-machined systemd-modules-load systemd-networkd systemd-networkd-wait-online systemd-notify systemd-nspawn systemd-path systemd-random-seed systemd-rc-local-generator systemd-remount-fs systemd-reply-password systemd-resolve systemd-resolved systemd-rfkill systemd-run systemd-shutdown systemd-sleep systemd-socket-proxyd systemd-stdio-bridge systemd-sysctl systemd-system-update-generator systemd-sysusers systemd-sysv-generator systemd-timesyncd systemd-tmpfiles systemd-tty-ask-password-agent systemd-udevd systemd-update-done systemd-update-utmp systemd-user-sessions systemd-vconsole-setup udevadm systemd ata_id cdrom_id collect mtd_probe scsi_id v4l_id " REQUIRED_XATTR_PATCH="no"