diff options
-rw-r--r-- | AUTHORS | 25 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | dracut.8 | 10 |
3 files changed, 23 insertions, 16 deletions
@@ -1,11 +1,20 @@ -Andreas Thienemann <andreas@bawue.net> -Bill Nottingham <notting@redhat.com> -Dave Jones <davej@redhat.com> -David Dillow <dave@thedillows.org> Harald Hoyer <harald@redhat.com> -Jeremy Katz <katzj@redhat.com> -Peter Jones <pjones@redhat.com> -Seewer Philippe <philippe.seewer@bfh.ch> Victor Lowther <victor.lowther@gmail.com> Warren Togami <wtogami@redhat.com> - +Jeremy Katz <katzj@redhat.com> +Philippe Seewer <philippe.seewer@bfh.ch> +David Dillow <dave@thedillows.org> +Andreas Thienemann <andreas@bawue.net> +Hans de Goede <hdegoede@redhat.com> +Marc Grimme <grimme@atix.de> +Bill Nottingham <notting@redhat.com> +Daniel Drake <dsd@laptop.org> +Lance Albertson <lance@osuosl.org> +Michael Ploujnikov <plouj@somanetworks.com> +Peter Jones <pjones@redhat.com> +Dave Jones <davej@redhat.com> +Michal Schmidt <mschmidt@redhat.com> +Peter Rajnoha <prajnoha@redhat.com> +Quentin Armitage <quentin@armitage.org.uk> +Sergey Fionov <fionov@gmail.com> +Thilo Bangert <thilo.bangert@gmx.net> @@ -9,7 +9,7 @@ sbindir ?= ${prefix}/sbin mandir ?= ${prefix}/share/man -.PHONY: install clean archive rpm testimage test all check +.PHONY: install clean archive rpm testimage test all check AUTHORS all: modules.d/99base/switch_root @@ -84,3 +84,5 @@ hostimage: all @echo wrote test-$(shell uname -r).img +AUTHORS: + git shortlog --numbered --summary -e |while read a rest; do echo $$rest;done > AUTHORS @@ -312,16 +312,12 @@ set in the configuration files. .SH AUTHORS .nf -Andreas Thienemann <andreas@bawue.net> -Bill Nottingham <notting@redhat.com> -Dave Jones <davej@redhat.com> -David Dillow <dave@thedillows.org> Harald Hoyer <harald@redhat.com> -Jeremy Katz <katzj@redhat.com> -Peter Jones <pjones@redhat.com> -Seewer Philippe <philippe.seewer@bfh.ch> Victor Lowther <victor.lowther@gmail.com> Warren Togami <wtogami@redhat.com> +Jeremy Katz <katzj@redhat.com> +Philippe Seewer <philippe.seewer@bfh.ch> +David Dillow <dave@thedillows.org> .fi .SH AVAILABILITY The dracut command is part of the dracut package and is available from |