diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-19 23:45:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-19 23:45:18 +0200 |
commit | a9e1f5ec36049dca715f83b2c6fc44a019e2da53 (patch) | |
tree | 699d23b240c6572870e3184910503131078f4f4b /Makefile.am | |
parent | 90bb85e140a238ce76f05c473e2eb68f147671f3 (diff) |
fsck: properly hook in fsck everywhere, add special support for fsck'ing root dir
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 92b1e22159..9417b139e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -207,7 +207,9 @@ dist_systemunit_DATA = \ units/bluetooth.target \ units/smartcard.target \ units/systemd-readahead-done.timer \ - units/systemd-tmpfiles-clean.timer + units/systemd-tmpfiles-clean.timer \ + units/quotaon.service \ + units/quotacheck.service nodist_systemunit_DATA = \ units/sysinit.target \ @@ -237,7 +239,9 @@ nodist_systemunit_DATA = \ units/halt.service \ units/poweroff.service \ units/reboot.service \ - units/kexec.service + units/kexec.service \ + units/fsck@.service \ + units/fsck-root.service dist_sessionunit_DATA = \ units/session/default.target \ @@ -277,6 +281,8 @@ EXTRA_DIST = \ units/reboot.service.in \ units/kexec.service.in \ units/session/exit.service.in \ + units/fsck@.service.in \ + units/fsck-root.service.in \ systemd.pc.in if TARGET_FEDORA @@ -678,7 +684,6 @@ systemd_tmpfiles_LDADD = \ systemd_fsck_SOURCES = \ src/fsck.c \ - src/ac-power.c \ src/dbus-common.c systemd_fsck_CFLAGS = \ |