All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] changes to allow boot/install from/to virtual raid disk
@ 2019-03-21  3:19 Liwei Song
  2019-03-21  3:19 ` [PATCH 1/8] mdadm: add mdmon service to support Intel VROC Liwei Song
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Liwei Song @ 2019-03-21  3:19 UTC (permalink / raw)
  To: oe-core

These series patches used to add support to install image to Intel
Virtual Raid disk and boot from it.
To boot from raid disk, mdadm is the necessory tools to initial it,
so it must run in initrd to make raid disk available, then rootfs
on it can be mounted to use, rootfs can be stored directly in
raid disk partition or LVM partition.

Liwei Song (8):
  mdadm: add mdmon service to support Intel VROC
  mdadm: add udev rules to create by-partuuid for MD devices
  udev-extraconf: move md* and dm* from mount blacklist
  initramfs-framework: mount efivarfs to make Intel VROC work well
  initramfs-framework: add lvm module
  init-install: add support for install image to Intel VROC raid disk
  init-install: fix a typo which will led delete section failed when use
    sed
  oe-core: add ledmon to support Intel VROC

 .../initrdscripts/files/init-install-efi.sh        | 25 +++++++++++++----
 .../initrdscripts/initramfs-framework/init         |  5 ++++
 .../initrdscripts/initramfs-framework/lvm          | 13 +++++++++
 .../initrdscripts/initramfs-framework_1.0.bb       |  9 ++++++
 .../udev/udev-extraconf/mount.blacklist            |  2 --
 meta/recipes-extended/ledmon/ledmon_git.bb         | 32 ++++++++++++++++++++++
 ...ev.rules-create-by-partuuid-for-md-device.patch | 29 ++++++++++++++++++++
 meta/recipes-extended/mdadm/mdadm_4.1.bb           |  4 ++-
 8 files changed, 111 insertions(+), 8 deletions(-)
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-framework/lvm
 create mode 100644 meta/recipes-extended/ledmon/ledmon_git.bb
 create mode 100644 meta/recipes-extended/mdadm/files/0001-udev.rules-create-by-partuuid-for-md-device.patch

-- 
2.7.4



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

end of thread, other threads:[~2019-03-26  3:17 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21  3:19 [PATCH 0/8] changes to allow boot/install from/to virtual raid disk Liwei Song
2019-03-21  3:19 ` [PATCH 1/8] mdadm: add mdmon service to support Intel VROC Liwei Song
2019-03-21  3:19 ` [PATCH 2/8] mdadm: add udev rules to create by-partuuid for MD devices Liwei Song
2019-03-25 11:55   ` Richard Purdie
2019-03-26  3:18     ` Liwei Song
2019-03-21  3:19 ` [PATCH 3/8] udev-extraconf: move md* and dm* from mount blacklist Liwei Song
2019-03-21  3:19 ` [PATCH 4/8] initramfs-framework: mount efivarfs to make Intel VROC work well Liwei Song
2019-03-21  3:19 ` [PATCH 5/8] initramfs-framework: add lvm module Liwei Song
2019-03-21  3:19 ` [PATCH 6/8] init-install: add support for install image to Intel VROC raid disk Liwei Song
2019-03-21  3:19 ` [PATCH 7/8] init-install: fix a typo which will led delete section failed when use sed Liwei Song
2019-03-21  3:19 ` [PATCH 8/8] oe-core: add ledmon to support Intel VROC Liwei Song
2019-03-21 23:32   ` Richard Purdie
2019-03-22  1:44     ` Liwei Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.