contrib: rename initrd READMEs to README.md

It's an unhelpful naming scheme and one that breaks GitHub autoreadme.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13017
This commit is contained in:
наб 2022-01-26 14:44:08 +01:00 committed by Brian Behlendorf
parent b8d9679f36
commit 4a4e168392
5 changed files with 4 additions and 5 deletions

View File

@ -3,4 +3,4 @@ include $(top_srcdir)/config/Shellcheck.am
SUBDIRS = 02zfsexpandknowledge 90zfs SUBDIRS = 02zfsexpandknowledge 90zfs
SHELLCHECKDIRS = $(SUBDIRS) SHELLCHECKDIRS = $(SUBDIRS)
EXTRA_DIST = README.dracut.markdown EXTRA_DIST = README.md

View File

@ -8,5 +8,4 @@ dist_initrd_SCRIPTS = \
SUBDIRS = conf.d conf-hooks.d hooks scripts SUBDIRS = conf.d conf-hooks.d hooks scripts
SHELLCHECKDIRS = hooks scripts SHELLCHECKDIRS = hooks scripts
EXTRA_DIST = \ EXTRA_DIST = README.md
README.initramfs.markdown

View File

@ -540,7 +540,7 @@ systemctl --system daemon-reload >/dev/null || true
%{_datadir}/%{name}/*.sh %{_datadir}/%{name}/*.sh
%files dracut %files dracut
%doc contrib/dracut/README.dracut.markdown %doc contrib/dracut/README.md
%{_dracutdir}/modules.d/* %{_dracutdir}/modules.d/*
%if %{with pyzfs} %if %{with pyzfs}
@ -554,7 +554,7 @@ systemctl --system daemon-reload >/dev/null || true
%if 0%{?_initramfs} %if 0%{?_initramfs}
%files initramfs %files initramfs
%doc contrib/initramfs/README.initramfs.markdown %doc contrib/initramfs/README.md
/usr/share/initramfs-tools/* /usr/share/initramfs-tools/*
%else %else
# Since we're not building the initramfs package, # Since we're not building the initramfs package,