diff options
| author | Chris Lumens <clumens@redhat.com> | 2011-05-10 09:24:26 -0400 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2011-05-16 14:07:48 -0400 |
| commit | 4e5940ffc640f10d6901f6582db50899d58bc6c2 (patch) | |
| tree | 10b42eba77625adc5920331df86bfbbd00f14e16 /data/systemd/Makefile.am | |
| parent | f159bd6b1be7e2baef3b20633b38863817d7f410 (diff) | |
| download | anaconda-4e5940ffc640f10d6901f6582db50899d58bc6c2.tar.gz anaconda-4e5940ffc640f10d6901f6582db50899d58bc6c2.tar.xz anaconda-4e5940ffc640f10d6901f6582db50899d58bc6c2.zip | |
Add a python program to record memory usage during installation.
This program only runs during installation if the "debug" command line option
is provided. It writes out a /tmp/memory.dat file which can be copied off the
system and processed with the provided gnuplot script to display a graph.
Diffstat (limited to 'data/systemd/Makefile.am')
| -rw-r--r-- | data/systemd/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/systemd/Makefile.am b/data/systemd/Makefile.am index cebbd2ca5..465469518 100644 --- a/data/systemd/Makefile.am +++ b/data/systemd/Makefile.am @@ -18,7 +18,7 @@ # Author: Chris Lumens <clumens@redhat.com> systemddir = /lib/systemd/system -dist_systemd_DATA = anaconda-shell.service anaconda.target loader.service tmp.mount +dist_systemd_DATA = anaconda-shell.service anaconda.target loader.service instperf.service tmp.mount MAINTAINERCLEANFILES = Makefile.in |
