From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Warren Togami <wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: Philippe Seewer <philippe.seewer-omB+W0Dpw2o@public.gmane.org>,
initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 0/8] Netroot updates and multinic test-suite
Date: Wed, 07 Oct 2009 18:57:43 +0200 [thread overview]
Message-ID: <4ACCC887.3030800@redhat.com> (raw)
In-Reply-To: <4ACCC79A.2000602-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 2848 bytes --]
look closer!
http://dracut.git.sourceforge.net/git/gitweb.cgi?p=dracut/dracut;a=summary
Am 07.10.2009 18:53, schrieb Warren Togami:
> Where? I don't see these changes at origin/master.
>
> On 10/07/2009 10:50 AM, Harald Hoyer wrote:
>> pushed most of these
>>
>> On 09/17/2009 05:16 PM, Philippe Seewer wrote:
>>> A bit late, but this is the corrected updates to netroot I sent
>>> a while ago, plus some new things that are needed.
>>>
>>> Philippe Seewer (8):
>>> Give the kernel some time to up interfaces
>>> Be a bit more optimistic when setting mtus
>>> Get rid of hostname utility
>>> Add simple STP timeout handler
>>> Add DAD to dhclient-script
>>> Add multinic test suite
>>> Move write-ifcfg to its own module
>>> Move netroot to initqueue
>>>
>>> modules.d/40network/check | 2 +-
>>> modules.d/40network/dhclient-script | 24 +++-
>>> modules.d/40network/ifup | 5 +-
>>> modules.d/40network/install | 6 +-
>>> modules.d/40network/net-genrules.sh | 2 +-
>>> modules.d/40network/netroot | 23 ++++
>>> modules.d/40network/write-ifcfg.sh | 52 --------
>>> modules.d/45ifcfg/check | 6 +
>>> modules.d/45ifcfg/install | 2 +
>>> modules.d/45ifcfg/write-ifcfg.sh | 60 +++++++++
>>> modules.d/99base/init | 11 +--
>>> test/TEST-50-MULTINIC/Makefile | 10 ++
>>> test/TEST-50-MULTINIC/client-init | 9 ++
>>> test/TEST-50-MULTINIC/dhcpd.conf | 36 ++++++
>>> test/TEST-50-MULTINIC/exports | 1 +
>>> test/TEST-50-MULTINIC/hard-off.sh | 2 +
>>> test/TEST-50-MULTINIC/hosts | 5 +
>>> test/TEST-50-MULTINIC/server-init | 30 +++++
>>> test/TEST-50-MULTINIC/test.sh | 226 +++++++++++++++++++++++++++++++++++
>>> 19 files changed, 436 insertions(+), 76 deletions(-)
>>> delete mode 100755 modules.d/40network/write-ifcfg.sh
>>> create mode 100755 modules.d/45ifcfg/check
>>> create mode 100755 modules.d/45ifcfg/install
>>> create mode 100755 modules.d/45ifcfg/write-ifcfg.sh
>>> create mode 100644 test/TEST-50-MULTINIC/Makefile
>>> create mode 100755 test/TEST-50-MULTINIC/client-init
>>> create mode 100644 test/TEST-50-MULTINIC/dhcpd.conf
>>> create mode 100644 test/TEST-50-MULTINIC/exports
>>> create mode 100755 test/TEST-50-MULTINIC/hard-off.sh
>>> create mode 100644 test/TEST-50-MULTINIC/hosts
>>> create mode 100755 test/TEST-50-MULTINIC/server-init
>>> create mode 100755 test/TEST-50-MULTINIC/test.sh
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe initramfs" in
>>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe initramfs" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 3636 bytes --]
prev parent reply other threads:[~2009-10-07 16:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-17 15:16 [PATCH 0/8] Netroot updates and multinic test-suite Philippe Seewer
[not found] ` <1253200609-31629-1-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-09-17 15:16 ` [PATCH 1/8] Give the kernel some time to up interfaces Philippe Seewer
2009-09-17 15:16 ` [PATCH 2/8] Be a bit more optimistic when setting mtus Philippe Seewer
2009-09-17 15:16 ` [PATCH 3/8] Get rid of hostname utility Philippe Seewer
2009-09-17 15:16 ` [PATCH 4/8] Add simple STP timeout handler Philippe Seewer
2009-09-17 15:16 ` [PATCH 5/8] Add DAD to dhclient-script Philippe Seewer
2009-09-17 15:16 ` [PATCH 6/8] Add multinic test suite Philippe Seewer
2009-09-17 15:16 ` [PATCH 7/8] Move write-ifcfg to its own module Philippe Seewer
2009-09-17 15:16 ` [PATCH 8/8] Move netroot to initqueue Philippe Seewer
[not found] ` <1253200609-31629-9-git-send-email-philippe.seewer-omB+W0Dpw2o@public.gmane.org>
2009-09-17 15:30 ` Seewer Philippe
2009-10-07 14:50 ` [PATCH 0/8] Netroot updates and multinic test-suite Harald Hoyer
[not found] ` <4ACCAAAA.7070003-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-10-07 16:53 ` Warren Togami
[not found] ` <4ACCC79A.2000602-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-10-07 16:57 ` Harald Hoyer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ACCC887.3030800@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=philippe.seewer-omB+W0Dpw2o@public.gmane.org \
--cc=wtogami-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox