From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 07/13] make iSCSI boot with root=dhcp and mount partitions labeled with "ROOT" or "/"
Date: Fri, 19 Jun 2009 13:09:00 +0200 [thread overview]
Message-ID: <4A3B71CC.1010509@redhat.com> (raw)
In-Reply-To: <1245409551-30493-8-git-send-email-harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
On 06/19/2009 01:05 PM, Harald Hoyer wrote:
> diff --git a/modules.d/99base/install b/modules.d/99base/install
> index 68d40fb..06cf6db 100755
> --- a/modules.d/99base/install
> +++ b/modules.d/99base/install
> @@ -7,9 +7,8 @@ fi
> # install our scripts and hooks
> inst "$moddir/init" "/init"
> # Bail out if switch_root does not exist
> -if [ ! -x "$moddir/switch_root" ]; then
> - # assume it is installed in the standard path
> - dracut_install switch_root
> +if which switch_root>/dev/null 2>&1; then
> + dracut_install switch_root
> else
> inst "$moddir/switch_root" "/sbin/switch_root"
> fi
Hmpf.. that should have been a seperate patch
--
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
next prev parent reply other threads:[~2009-06-19 11:09 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A3B71CC.1010509@redhat.com \
--to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.