mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH 00/13] Changes 2009-06-19
@ 2009-06-19 11:05 Harald Hoyer
       [not found] ` <1245409551-30493-1-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 17+ messages in thread
From: Harald Hoyer @ 2009-06-19 11:05 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Harald Hoyer

Harald Hoyer (13):
  moved test-init to TEST-10-RAID
  uncomment hard-off for TEST-30-ISCSI
  do not poweroff in TEST-30-ISCSI, if rdinitdebug is set
  do not poweroff in TEST-10-RAID if rdinitdebug is set
  prepare udev rules for udev >= 143
  install rules to ignore some devices
  make iSCSI boot with root=dhcp and mount partitions labeled with
    "ROOT" or "/"
  manpage iSCSI update
  add rdblacklist command line parameter
  updated switch_root.c
  dracut.spec without switch_root
  renamed dracut-lib to dracut-lib.sh
  removed shebang from .sh and changed mode to 0644

 Makefile                                   |    2 +-
 dracut.8                                   |   10 +-
 dracut.spec                                |   10 ++
 modules.d/40network/dhclient-script        |    2 +-
 modules.d/40network/ifup                   |    2 +-
 modules.d/40network/netroot                |    2 +-
 modules.d/50plymouth/plymouth-emergency.sh |    1 -
 modules.d/90crypt/63-luks.rules            |   12 --
 modules.d/90crypt/70-luks.rules            |   12 ++
 modules.d/90crypt/install                  |    2 +-
 modules.d/90dmraid/dmraid.sh               |    1 -
 modules.d/90lvm/64-lvm-vol_id.rules        |   20 +++
 modules.d/90lvm/64-lvm.rules               |    9 +-
 modules.d/90lvm/install                    |    6 +-
 modules.d/90mdraid/65-md-incremental.rules |    8 +
 modules.d/90mdraid/install                 |    9 +-
 modules.d/95iscsi/iscsiroot                |   10 +-
 modules.d/95nbd/61-nbd-vol_id.rules        |    7 +
 modules.d/95nbd/61-nbd.rules               |    4 +-
 modules.d/95nbd/install                    |    8 +-
 modules.d/95nbd/nbdroot                    |    2 +-
 modules.d/95nfs/nfsroot                    |    2 +-
 modules.d/95udev-rules/01-ignore.rules     |    1 +
 modules.d/95udev-rules/install             |   10 +-
 modules.d/99base/dracut-lib                |   62 --------
 modules.d/99base/dracut-lib.sh             |   55 +++++++
 modules.d/99base/init                      |    2 +-
 modules.d/99base/install                   |    8 +-
 modules.d/99base/parse-blacklist.sh        |   10 ++
 switch_root.c                              |  232 ++++++++++++++--------------
 test/TEST-10-RAID/hard-off.sh              |    2 +-
 test/TEST-10-RAID/test-init                |   10 ++
 test/TEST-10-RAID/test.sh                  |    2 +-
 test/TEST-30-ISCSI/dhcpd.conf              |    2 +-
 test/TEST-30-ISCSI/hard-off.sh             |    2 +-
 test/TEST-30-ISCSI/test.sh                 |    6 +-
 test/test-init                             |   10 --
 37 files changed, 323 insertions(+), 232 deletions(-)
 delete mode 100644 modules.d/90crypt/63-luks.rules
 create mode 100644 modules.d/90crypt/70-luks.rules
 create mode 100644 modules.d/90lvm/64-lvm-vol_id.rules
 create mode 100644 modules.d/90mdraid/65-md-incremental.rules
 create mode 100644 modules.d/95nbd/61-nbd-vol_id.rules
 mode change 100755 => 100644 modules.d/95resume/resume-genrules.sh
 mode change 100755 => 100644 modules.d/95rootfs-block/block-genrules.sh
 mode change 100755 => 100644 modules.d/95rootfs-block/parse-block.sh
 create mode 100644 modules.d/95udev-rules/01-ignore.rules
 delete mode 100644 modules.d/99base/dracut-lib
 create mode 100644 modules.d/99base/dracut-lib.sh
 create mode 100755 modules.d/99base/parse-blacklist.sh
 mode change 100755 => 100644 modules.d/99base/parse-root-opts.sh
 create mode 100755 test/TEST-10-RAID/test-init
 delete mode 100755 test/test-init

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

end of thread, other threads:[~2009-06-19 16:09 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 11:05 [PATCH 00/13] Changes 2009-06-19 Harald Hoyer
     [not found] ` <1245409551-30493-1-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-19 11:05   ` [PATCH 01/13] moved test-init to TEST-10-RAID Harald Hoyer
2009-06-19 11:05   ` [PATCH 02/13] uncomment hard-off for TEST-30-ISCSI Harald Hoyer
2009-06-19 11:05   ` [PATCH 03/13] do not poweroff in TEST-30-ISCSI, if rdinitdebug is set Harald Hoyer
2009-06-19 11:05   ` [PATCH 04/13] do not poweroff in TEST-10-RAID " Harald Hoyer
2009-06-19 11:05   ` [PATCH 05/13] prepare udev rules for udev >= 143 Harald Hoyer
     [not found]     ` <1245409551-30493-6-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-19 15:51       ` Jeremy Katz
     [not found]         ` <20090619155149.GA89011-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-19 16:09           ` Harald Hoyer
2009-06-19 11:05   ` [PATCH 06/13] install rules to ignore some devices Harald Hoyer
2009-06-19 11:05   ` [PATCH 07/13] make iSCSI boot with root=dhcp and mount partitions labeled with "ROOT" or "/" Harald Hoyer
     [not found]     ` <1245409551-30493-8-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-06-19 11:09       ` Harald Hoyer
2009-06-19 11:05   ` [PATCH 08/13] manpage iSCSI update Harald Hoyer
2009-06-19 11:05   ` [PATCH 09/13] add rdblacklist command line parameter Harald Hoyer
2009-06-19 11:05   ` [PATCH 10/13] updated switch_root.c Harald Hoyer
2009-06-19 11:05   ` [PATCH 11/13] dracut.spec without switch_root Harald Hoyer
2009-06-19 11:05   ` [PATCH 12/13] renamed dracut-lib to dracut-lib.sh Harald Hoyer
2009-06-19 11:05   ` [PATCH 13/13] removed shebang from .sh and changed mode to 0644 Harald Hoyer

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