summaryrefslogtreecommitdiffstats
path: root/dracut/Makefile.am
blob: 7646e2377e36135e434603696eb7b51706673429 (plain)
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
# dracut/Makefile.am for anaconda
#
# Copyright (C) 2012 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published
# by the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
# Author: Will Woods <wwoods@redhat.com>

dracutdir = /usr/lib/dracut/modules.d/80$(PACKAGE_NAME)
dist_dracut_SCRIPTS = module-setup.sh \
                      python-deps \
		      anaconda-lib.sh \
		      parse-anaconda-options.sh \
		      parse-anaconda-repo.sh \
		      parse-anaconda-kickstart.sh \
		      parse-anaconda-net.sh \
		      repo-genrules.sh \
		      kickstart-genrules.sh \
		      updates-genrules.sh \
		      anaconda-udevprop.sh \
		      anaconda-ks-sendheaders.sh \
		      anaconda-netroot.sh \
		      anaconda-diskroot \
		      anaconda-copy-ks.sh \
		      anaconda-copy-cmdline.sh \
		      fetch-kickstart-net.sh \
		      fetch-kickstart-disk \
		      fetch-updates-disk \
		      parse-kickstart \
		      anaconda-modprobe.sh \
		      save-initramfs.sh


MAINTAINERCLEANFILES = Makefile.in