summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS25
-rw-r--r--Makefile4
-rw-r--r--dracut.810
3 files changed, 23 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
index eb735457..d3507561 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/Makefile b/Makefile
index ea11a13c..f1279954 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/dracut.8 b/dracut.8
index 7e65c72d..1dec22ba 100644
--- a/dracut.8
+++ b/dracut.8
@@ -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