summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/systemd.conf
blob: 19518d8f4d492ad199dfaa2fb84f04efc57af18a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
REQUIRED_VERSION="systemd-204"
REQUIRED_URL="http://www.freedesktop.org/software/systemd/${REQUIRED_VERSION}.tar.xz"
REQUIRED_LIBKMOD_VERSION="kmod-12"
REQUIRED_LIBKMOD_URL="http://www.kernel.org/pub/linux/utils/kernel/kmod/${REQUIRED_LIBKMOD_VERSION}.tar.gz"
REQUIRED_DISABLED_SERVICES="
	tmp.mount
	time-sync.target
	systemd-random-seed-save.service
	systemd-random-seed-load.service
	systemd-readahead-collect.service
	systemd-readahead-replay.service
	local-fs-pre.target
	local-fs.target
	local-fs.target.wants
	systemd-remount-fs.service
	remote-fs.target
	remote-fs-pre.target
	initrd-root-fs.target
	initrd-fs.target
	systemd-fsck-root.service
	systemd-fsck@.service
	sys-kernel-debug.mount
	nss-lookup.target
	nss-user-lookup.target
	systemd-initctl.service
	systemd-initctl.socket
	swap.target
"
REQUIRED_INSTALLED_PACKAGES="
			intltool
			gperf
			dbus
			pkg-config
			libcap-dev
			libudev-dev
			libdbus-1-dev
			xsltproc
			libblkid-dev
			libacl1-dev
			libpam-dev
"
REQUIRED_BINARIES="
			journalctl
			loginctl
			systemctl
			systemd-analyze
			systemd-ask-password
			systemd-cat
			systemd-cgls
			systemd-cgtop
			systemd-delta
			systemd-detect-virt
			systemd-inhibit
			systemd-machine-id-setup
			systemd-notify
			systemd-nspawn
			systemd-stdio-bridge
			systemd-tmpfiles
			systemd-tty-ask-password-agent
			udevadm
			systemd
			systemd-ac-power
			systemd-binfmt
			systemd-cgroups-agent
			systemd-fsck
			systemd-initctl
			systemd-journald
			systemd-logind
			systemd-modules-load
			systemd-multi-seat-x
			systemd-random-seed
			systemd-readahead
			systemd-remount-fs
			systemd-reply-password
			systemd-shutdown
			systemd-shutdownd
			systemd-sleep
			systemd-sysctl
			systemd-timestamp
			systemd-udevd
			systemd-update-utmp
			systemd-user-sessions
			systemd-vconsole-setup
			systemd-fstab-generator
			systemd-getty-generator
			systemd-rc-local-generator
			systemd-system-update-generator
			accelerometer
			ata_id
			cdrom_id
			collect
			mtd_probe
			scsi_id
			v4l_id"
REQUIRED_DIRECTORIES="
	/etc
	/usr/include
	/usr/share/dbus-1
	/usr/share/polkit-1
	/usr/lib/udev
	/usr/lib/systemd
	/usr/lib/tmpfiles.d
"