diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-04 19:01:05 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-04 19:33:50 +0100 |
commit | 39b83cdab37623a546344622db9bbbc784c15df5 (patch) | |
tree | 8c89fc4567d9f4e21a3a90f7590ee3c19e872c98 /Makefile.am | |
parent | 47c490345256f2db32d8d883cd7c5243158a14e1 (diff) |
add initrd-fs.target and initrd-fs-pre.target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5453868f82..e23a6b4482 100644 --- a/Makefile.am +++ b/Makefile.am @@ -343,6 +343,8 @@ dist_systemunit_DATA = \ units/kexec.target \ units/local-fs.target \ units/local-fs-pre.target \ + units/initrd-fs.target \ + units/initrd-fs-pre.target \ units/remote-fs.target \ units/remote-fs-pre.target \ units/network.target \ |