All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] *** SUBJECT HERE ***
@ 2009-07-03 16:45 Harald Hoyer
       [not found] ` <1246639520-3094-1-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Harald Hoyer @ 2009-07-03 16:45 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Harald Hoyer

Some important things I changed today.

Harald Hoyer (10):
  add binutiles requirement to specfile (because of nm)
  output everything to /dev/kmesg and add dmesg for the emergency_shell
  Defer mount to the real mount loop
  remove 50plymouth-pre0.7 module
  add firmware packages to be required by the dracut-generic package
  add rm to be installed for initqueue
  fail iscsiroot, if iscsistart fails
  put back the nfs mount in the udev event
  initqueue now loops until /dev/root exists or root is mounted
  add "rdshell" command line argument

 dracut.8                                           |    3 +
 dracut.spec                                        |    8 ++-
 modules.d/40network/net-genrules.sh                |    8 +-
 modules.d/50plymouth-pre0.7/63-luks.rules          |   11 --
 modules.d/50plymouth-pre0.7/check                  |    3 -
 modules.d/50plymouth-pre0.7/cryptroot-ask.sh       |    4 -
 modules.d/50plymouth-pre0.7/install                |    8 --
 modules.d/50plymouth-pre0.7/plymouth-newroot.sh    |    4 -
 .../50plymouth-pre0.7/plymouth-populate-initrd     |   25 -----
 modules.d/50plymouth-pre0.7/plymouth-start.sh      |   31 ------
 modules.d/50plymouth/63-luks.rules                 |    2 +-
 modules.d/90crypt/70-luks.rules                    |    2 +-
 modules.d/90dmraid/61-dmraid.rules                 |   12 ++
 modules.d/90dmraid/dmraid.sh                       |    3 -
 modules.d/90dmraid/dmraid_scan                     |    8 ++
 modules.d/90dmraid/install                         |    3 +-
 modules.d/95debug/install                          |    2 +-
 modules.d/95iscsi/iscsiroot                        |    4 +-
 modules.d/95nbd/nbdroot                            |    7 +-
 modules.d/95nfs/nfsroot                            |   22 ++--
 modules.d/95rootfs-block/block-genrules.sh         |   12 ++-
 modules.d/95rootfs-block/install                   |    1 +
 modules.d/99base/init                              |  111 ++++++++++++--------
 modules.d/99base/initqueue                         |   11 ++-
 modules.d/99base/install                           |    3 +-
 test/TEST-10-RAID/test.sh                          |    4 +-
 test/TEST-20-NFS/test.sh                           |    2 +-
 test/TEST-30-ISCSI/test.sh                         |    4 +-
 test/TEST-40-NBD/test.sh                           |    4 +-
 29 files changed, 153 insertions(+), 169 deletions(-)
 delete mode 100644 modules.d/50plymouth-pre0.7/63-luks.rules
 delete mode 100755 modules.d/50plymouth-pre0.7/check
 delete mode 100755 modules.d/50plymouth-pre0.7/cryptroot-ask.sh
 delete mode 100755 modules.d/50plymouth-pre0.7/install
 delete mode 100755 modules.d/50plymouth-pre0.7/plymouth-newroot.sh
 delete mode 100755 modules.d/50plymouth-pre0.7/plymouth-populate-initrd
 delete mode 100755 modules.d/50plymouth-pre0.7/plymouth-start.sh
 create mode 100644 modules.d/90dmraid/61-dmraid.rules
 delete mode 100644 modules.d/90dmraid/dmraid.sh
 create mode 100755 modules.d/90dmraid/dmraid_scan

--
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] 21+ messages in thread

end of thread, other threads:[~2009-07-13 10:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-03 16:45 [PATCH 00/10] *** SUBJECT HERE *** Harald Hoyer
     [not found] ` <1246639520-3094-1-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-03 16:45   ` [PATCH 01/10] add binutiles requirement to specfile (because of nm) Harald Hoyer
2009-07-03 16:45   ` [PATCH 02/10] output everything to /dev/kmesg and add dmesg for the emergency_shell Harald Hoyer
     [not found]     ` <1246639520-3094-3-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-03 18:11       ` David Dillow
     [not found]         ` <1246644686.13823.5.camel-1q1vX8mYZiGLUyTwlgNVppKKF0rrzTr+@public.gmane.org>
2009-07-03 18:14           ` Harald Hoyer
2009-07-03 16:45   ` [PATCH 03/10] Defer mount to the real mount loop Harald Hoyer
     [not found]     ` <1246639520-3094-4-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-04 12:29       ` Seewer Philippe
     [not found]         ` <4A4F4B41.2060205-omB+W0Dpw2o@public.gmane.org>
2009-07-13 10:21           ` Harald Hoyer
2009-07-03 16:45   ` [PATCH 04/10] remove 50plymouth-pre0.7 module Harald Hoyer
2009-07-03 16:45   ` [PATCH 05/10] add firmware packages to be required by the dracut-generic package Harald Hoyer
2009-07-03 16:45   ` [PATCH 06/10] add rm to be installed for initqueue Harald Hoyer
2009-07-03 16:45   ` [PATCH 07/10] fail iscsiroot, if iscsistart fails Harald Hoyer
2009-07-03 16:45   ` [PATCH 08/10] put back the nfs mount in the udev event Harald Hoyer
     [not found]     ` <1246639520-3094-9-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-06  8:39       ` Seewer Philippe
2009-07-03 16:45   ` [PATCH 09/10] initqueue now loops until /dev/root exists or root is mounted Harald Hoyer
     [not found]     ` <1246639520-3094-10-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-06  8:54       ` Seewer Philippe
     [not found]         ` <4A51BBE0.6030603-omB+W0Dpw2o@public.gmane.org>
2009-07-13  9:53           ` Harald Hoyer
2009-07-03 16:45   ` [PATCH 10/10] add "rdshell" command line argument Harald Hoyer
     [not found]     ` <1246639520-3094-11-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-06  1:53       ` Jeremy Katz
     [not found]         ` <20090706015313.GA70037-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-13 10:29           ` Harald Hoyer
2009-07-13 10:30           ` Harald Hoyer

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.