mkinitrd unification across distributions
 help / color / mirror / Atom feed
* [PATCH] inst_simple doesn't take '-H' parameter
@ 2014-07-21  7:54 Amadeusz Żołnowski
       [not found] ` <1405929291-6523-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Amadeusz Żołnowski @ 2014-07-21  7:54 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Amadeusz Żołnowski

It was introduced in commit 5a5758.
---
 modules.d/90lvm/module-setup.sh  | 2 +-
 modules.d/95zfcp/module-setup.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh
index 2f2b64c..5073082 100755
--- a/modules.d/90lvm/module-setup.sh
+++ b/modules.d/90lvm/module-setup.sh
@@ -59,7 +59,7 @@ install() {
 
     if [[ $hostonly ]] || [[ $lvmconf = "yes" ]]; then
         if [ -f /etc/lvm/lvm.conf ]; then
-            inst_simple -H /etc/lvm/lvm.conf
+            inst_simple /etc/lvm/lvm.conf
             # FIXME: near-term hack to establish read-only locking;
             # use command-line lvm.conf editor once it is available
             sed -i -e 's/\(^[[:space:]]*\)locking_type[[:space:]]*=[[:space:]]*[[:digit:]]/\1locking_type = 4/' ${initdir}/etc/lvm/lvm.conf
diff --git a/modules.d/95zfcp/module-setup.sh b/modules.d/95zfcp/module-setup.sh
index 9526caa..b96ccd2 100755
--- a/modules.d/95zfcp/module-setup.sh
+++ b/modules.d/95zfcp/module-setup.sh
@@ -31,6 +31,6 @@ install() {
     inst_rules 56-zfcp.rules
 
     if [[ $hostonly ]]; then
-        inst_simple -H /etc/zfcp.conf
+        inst_simple /etc/zfcp.conf
     fi
 }
-- 
2.0.0

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

* Re: [PATCH] inst_simple doesn't take '-H' parameter
       [not found] ` <1405929291-6523-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
@ 2014-07-22 12:29   ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-07-22 12:29 UTC (permalink / raw)
  To: Amadeusz Żołnowski, initramfs-u79uwXL29TY76Z2rM5mHXA

On 21.07.2014 09:54, Amadeusz Żołnowski wrote:
> It was introduced in commit 5a5758.
> ---
>  modules.d/90lvm/module-setup.sh  | 2 +-
>  modules.d/95zfcp/module-setup.sh | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh
> index 2f2b64c..5073082 100755
> --- a/modules.d/90lvm/module-setup.sh
> +++ b/modules.d/90lvm/module-setup.sh
> @@ -59,7 +59,7 @@ install() {
>  
>      if [[ $hostonly ]] || [[ $lvmconf = "yes" ]]; then
>          if [ -f /etc/lvm/lvm.conf ]; then
> -            inst_simple -H /etc/lvm/lvm.conf
> +            inst_simple /etc/lvm/lvm.conf
>              # FIXME: near-term hack to establish read-only locking;
>              # use command-line lvm.conf editor once it is available
>              sed -i -e 's/\(^[[:space:]]*\)locking_type[[:space:]]*=[[:space:]]*[[:digit:]]/\1locking_type = 4/' ${initdir}/etc/lvm/lvm.conf
> diff --git a/modules.d/95zfcp/module-setup.sh b/modules.d/95zfcp/module-setup.sh
> index 9526caa..b96ccd2 100755
> --- a/modules.d/95zfcp/module-setup.sh
> +++ b/modules.d/95zfcp/module-setup.sh
> @@ -31,6 +31,6 @@ install() {
>      inst_rules 56-zfcp.rules
>  
>      if [[ $hostonly ]]; then
> -        inst_simple -H /etc/zfcp.conf
> +        inst_simple /etc/zfcp.conf
>      fi
>  }
> 

Thanks! Fixed in another way.

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

end of thread, other threads:[~2014-07-22 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-21  7:54 [PATCH] inst_simple doesn't take '-H' parameter Amadeusz Żołnowski
     [not found] ` <1405929291-6523-1-git-send-email-aidecoe-2qtfh70TtYba5EbDDlwbIw@public.gmane.org>
2014-07-22 12:29   ` Harald Hoyer

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