mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] WIP: NFS root mount from udev rules
@ 2009-05-23  4:39 David Dillow
       [not found] ` <cover.1243053563.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: David Dillow @ 2009-05-23  4:39 UTC (permalink / raw)


This is my current patch queue for mount the NFS root via the udev rules.
It worked well when I stopped activity on it in mid-April, but I've not
tested it after porting to today's HEAD.

The first two patches are bug fixes, though Victor posted a different
fix to the default config file issue in his cleanup series.

Mainly, I'm looking to see what you guys think of the direction.

Thanks for any comments you care to share!


David Dillow (5):
  dracut-funtions: fix 'instmods =XXX'
  dracut: fix fallback to default configuration file
  lib: create a library for useful shell functions
  network: prepare network configuration engine for udev-based nfsroot
  nfsroot: mount NFS root from udev rules

 dracut                                 |    7 +-
 dracut-functions                       |    2 +-
 modules.d/40network/dhclient-script    |   98 +++++++++++++++----
 modules.d/40network/ifup               |  124 +++++++++++++++++++-----
 modules.d/40network/install            |    3 +-
 modules.d/40network/kill-dhclient.sh   |    5 +-
 modules.d/40network/run-dhclient.sh    |    9 --
 modules.d/40nfsroot/60-nfsroot.rules   |    1 +
 modules.d/40nfsroot/check              |    5 +
 modules.d/40nfsroot/install            |   27 +++++
 modules.d/40nfsroot/nfsroot            |  125 ++++++++++++++++++++++++
 modules.d/40nfsroot/nfsroot-cleanup.sh |    9 ++
 modules.d/99base/dracut-lib            |   16 +++
 modules.d/99base/init                  |   12 +--
 modules.d/99base/install               |    1 +
 15 files changed, 374 insertions(+), 70 deletions(-)
 delete mode 100755 modules.d/40network/run-dhclient.sh
 create mode 100644 modules.d/40nfsroot/60-nfsroot.rules
 create mode 100755 modules.d/40nfsroot/check
 create mode 100755 modules.d/40nfsroot/install
 create mode 100755 modules.d/40nfsroot/nfsroot
 create mode 100755 modules.d/40nfsroot/nfsroot-cleanup.sh
 create mode 100644 modules.d/99base/dracut-lib

--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-23  4:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23  4:39 [RFC PATCH 0/5] WIP: NFS root mount from udev rules David Dillow
     [not found] ` <cover.1243053563.git.dave-i1Mk8JYDVaaSihdK6806/g@public.gmane.org>
2009-05-23  2:12   ` [RFC PATCH 1/5] dracut-funtions: fix 'instmods =modname' David Dillow
2009-05-23  2:16   ` [RFC PATCH 2/5] dracut: fix fallback to default configuration file David Dillow
2009-05-23  2:29   ` [RFC PATCH 3/5] lib: create a library for useful shell functions David Dillow
2009-05-23  2:43   ` [RFC PATCH 4/5] network: prepare network configuration engine for udev-based nfsroot David Dillow
2009-05-23  2:53   ` [RFC PATCH 5/5] nfsroot: mount NFS root from udev rules David Dillow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox