summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/copyright2
-rw-r--r--hook-functions4
-rw-r--r--initramfs-tools.84
-rw-r--r--initramfs.conf.52
-rw-r--r--mkinitramfs-kpkg.82
-rw-r--r--mkinitramfs.82
-rw-r--r--update-initramfs.82
-rw-r--r--update-initramfs.conf.52
9 files changed, 15 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 838da0c..c5a5e01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,12 @@ initramfs-tools (0.87) UNRELEASED; urgency=low
* Add support for loading keymaps. (closes: 337663)
* Move legacy code from mkinitramfs to separate hooks.
* Ubuntu merge
- - Add PS3 module loading functionality.
+ - Add PS3 module loading functionality without grep usage.
+ * debian/copyright: Update authors info.
+ * Bump standards version, no changes necessary.
+ * debian/scripts: Print settings from initramfs.conf in reportbug script.
- -- David Härdeman <david@hardeman.nu> Sat, 14 Apr 2007 10:53:56 +0200
+ -- maximilian attems <maks@debian.org> Mon, 16 Apr 2007 19:54:04 +0200
initramfs-tools (0.86) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 44905db..2b3581a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,7 @@ Authors: Adam Conrad <adconrad@ubuntu.com>,
Ben Collins <bcollins@ubuntu.com>,
David Härdeman <david@hardeman.nu>,
Jeff Bailey <jbailey@ubuntu.com>,
- maximilian attems <maks@debian.org>
+ maximilian attems <maks@debian.org>,
Scott James Remnant <scott@ubuntu.com>
Copyright: 2005 - 2006 Adam Conrad
diff --git a/hook-functions b/hook-functions
index f33d323..a5d1f61 100644
--- a/hook-functions
+++ b/hook-functions
@@ -168,12 +168,12 @@ auto_add_modules()
net)
for x in 3c59x 8139cp 8139too 8390 b44 bmac bnx2 defxx \
dl2k e1000 e100 ehea epic100 ep93xx_eth eql fealnx \
- famachi forcedeth hp100 mace mv643xx_eth myri10ge \
+ famachi forcedeth gelic_net hp100 mace mv643xx_eth myri10ge \
natsemi ne2k-pci netconsole ns83820 pcnet32 qla3xxx \
r8169 s2io sis900 skge slhc smc911x starfire \
sundance sungem sungem_phy sunhme tg3 tlan de2104x \
de4x5 dmfe tulip winbond-840 xircom_cb xircom_tulip_cb \
- typhon via-rhine via-velocity yellowfin gelic_net; do
+ typhon via-rhine via-velocity yellowfin; do
manual_add_modules "${x}"
done
;;
diff --git a/initramfs-tools.8 b/initramfs-tools.8
index 20b9755..fd0a83f 100644
--- a/initramfs-tools.8
+++ b/initramfs-tools.8
@@ -449,11 +449,11 @@ cpio -i -d -H newc --no-absolute-filenames
.SH AUTHOR
-The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.PP
This manual was written by David H\[:a]rdeman <david@hardeman.nu>,
-updated by Maximilian Attems <maks@sternwelten.at>.
+updated by Maximilian Attems <maks@debian.org>.
.SH SEE ALSO
.BR
diff --git a/initramfs.conf.5 b/initramfs.conf.5
index 2258cb7..c7fee03 100644
--- a/initramfs.conf.5
+++ b/initramfs.conf.5
@@ -65,7 +65,7 @@ Otherwise you need to specify \fIHOST:MOUNT\fP.
.SH AUTHOR
-The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
Loosely based on mkinitrd.conf by Herbert Xu.
diff --git a/mkinitramfs-kpkg.8 b/mkinitramfs-kpkg.8
index 2a3072b..2d96465 100644
--- a/mkinitramfs-kpkg.8
+++ b/mkinitramfs-kpkg.8
@@ -43,7 +43,7 @@ This option queries if mkinitramfs can create ramdisks for kernel version
.IR tversion .
.SH AUTHOR
-mkinitramfs-kpkg is maintained by Maximilian Attems <maks@sternwelten.at>.
+mkinitramfs-kpkg is maintained by Maximilian Attems <maks@debian.org>.
.SH SEE ALSO
.BR
diff --git a/mkinitramfs.8 b/mkinitramfs.8
index 6d81233..a35a561 100644
--- a/mkinitramfs.8
+++ b/mkinitramfs.8
@@ -100,7 +100,7 @@ it to be loaded by ACPI.
.SH AUTHOR
-The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
diff --git a/update-initramfs.8 b/update-initramfs.8
index 0db2609..4ba12de 100644
--- a/update-initramfs.8
+++ b/update-initramfs.8
@@ -85,7 +85,7 @@ Create the initramfs for a specific kernel:
.B update\-initramfs -c -k 2.6.18-1-686
.SH AUTHOR
-The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
diff --git a/update-initramfs.conf.5 b/update-initramfs.conf.5
index 50e1f95..302cffe 100644
--- a/update-initramfs.conf.5
+++ b/update-initramfs.conf.5
@@ -17,7 +17,7 @@ conservative manners needs to be applied. This disables
the \fBupdate_initramfs -u\fP call.
.SH AUTHOR
-The initramfs-tools are written by Maximilian Attems <maks@sternwelten.at>,
+The initramfs-tools are written by Maximilian Attems <maks@debian.org>,
Jeff Bailey <jbailey@raspberryginger.com> and numerous others.
.SH SEE ALSO
.BR