mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
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:
parent
b8d9679f36
commit
4a4e168392
@ -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
|
||||||
|
@ -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
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user