mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH 0/6] Enhancements and bug fixes for --mount
@ 2011-12-20  6:09 Cong Wang
       [not found] ` <1324361401-6908-1-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Cong Wang @ 2011-12-20  6:09 UTC (permalink / raw)
  To: harald-H+wXaHxf7aLQT0dZR+AlfA; +Cc: initramfs-u79uwXL29TY76Z2rM5mHXA, Cong Wang

From: Cong Wang <xiyou.wangcong-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

This patchset is based on "usrmove" branch, contains several bug fixes
and some enhancements for the new option '--mount'.

With these patches applied, kdump works well with dracut (the lvm case).

All patches are available at:

	git://github.com/congwang/dracut.git #kdump

Cong Wang (6):
  Add mount points even not in hostonly mode
  Check module dependencies of mount points
  Fix get_maj_min() to follow symlink
  Pass device name instead of major:minor in for_each_host_dev_fs()
  nfs: fix regex patterns in check()
  lvm: pass the correct rd.lvm.lv parameter

 dracut                                  |   83 ++++++++++++++++---------------
 dracut-functions                        |   81 ++++++++++++++++++++++++++---
 modules.d/00bootchart/module-setup.sh   |    1 +
 modules.d/10i18n/module-setup.sh        |    1 +
 modules.d/10rpmversion/module-setup.sh  |    1 +
 modules.d/50plymouth/module-setup.sh    |    1 +
 modules.d/90btrfs/module-setup.sh       |    2 +-
 modules.d/90crypt/module-setup.sh       |    2 +-
 modules.d/90dmraid/module-setup.sh      |    2 +-
 modules.d/90lvm/module-setup.sh         |   17 ++----
 modules.d/90mdraid/module-setup.sh      |    2 +-
 modules.d/95fcoe/module-setup.sh        |    2 +-
 modules.d/95nfs/module-setup.sh         |    8 ++--
 modules.d/97biosdevname/module-setup.sh |    1 +
 modules.d/98usrmount/module-setup.sh    |    1 +
 15 files changed, 135 insertions(+), 70 deletions(-)

-- 
1.7.7.4

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

end of thread, other threads:[~2012-01-13 10:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-20  6:09 [PATCH 0/6] Enhancements and bug fixes for --mount Cong Wang
     [not found] ` <1324361401-6908-1-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2011-12-20  6:09   ` [PATCH 1/6] Allow to add mount points even not in hostonly mode Cong Wang
     [not found]     ` <1324361401-6908-2-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:25       ` Harald Hoyer
2012-01-13 10:33       ` Harald Hoyer
2011-12-20  6:09   ` [PATCH 2/6] Check module dependencies of mount points Cong Wang
     [not found]     ` <1324361401-6908-3-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:36       ` Harald Hoyer
2011-12-20  6:09   ` [PATCH 3/6] Fix get_maj_min() to follow symlink Cong Wang
     [not found]     ` <1324361401-6908-4-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:25       ` Harald Hoyer
2011-12-20  6:09   ` [PATCH 4/6] Pass device name instead of major:minor in for_each_host_dev_fs() Cong Wang
     [not found]     ` <1324361401-6908-5-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:26       ` Harald Hoyer
2011-12-20  6:10   ` [PATCH 5/6] nfs: fix regex patterns in check() Cong Wang
     [not found]     ` <1324361401-6908-6-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:26       ` Harald Hoyer
2011-12-20  6:10   ` [PATCH 6/6] lvm: pass the correct rd.lvm.lv parameter Cong Wang
     [not found]     ` <1324361401-6908-7-git-send-email-amwang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2012-01-13 10:27       ` Harald Hoyer

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