38f3e28d77
Use the output of git diff --full-index --binary anaconda-22.20.13-1..anaconda-23.19.10-1 from anaconda's git repository and fix-up merge conflicts.
52 lines
1.7 KiB
Makefile
52 lines
1.7 KiB
Makefile
# 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 = $(prefix)/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-ks-sendheaders.sh \
|
|
anaconda-netroot.sh \
|
|
anaconda-diskroot \
|
|
anaconda-copy-ks.sh \
|
|
anaconda-copy-cmdline.sh \
|
|
anaconda-ifcfg.sh \
|
|
fetch-kickstart-net.sh \
|
|
fetch-kickstart-disk \
|
|
fetch-updates-disk \
|
|
parse-kickstart \
|
|
anaconda-modprobe.sh \
|
|
save-initramfs.sh \
|
|
anaconda-pre-shutdown.sh \
|
|
parse-anaconda-dd.sh \
|
|
fetch-driver-net.sh \
|
|
driver-updates@.service \
|
|
driver-updates-genrules.sh \
|
|
anaconda-depmod.sh \
|
|
driver_updates.py
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|