Hello,
Am Montag, den 09. November schrieb martin f krafft:
> unmerge 549083
> retitle 549083 initramfs hook introduces single quotes into homehost name
> reopen 549083
> notfixed 549083
> tags 549083 patch
> thanks
>
> also sprach Neil Brown <[email protected]> [2009.11.09.0534 +0100]:
> > [ -n "${MD_HOMEHOST:-}" ] && extra_args="--homehost='$MD_HOMEHOST'"
> > if $MDADM --assemble --scan --run --auto=yes $extra_args; then
> >
> > That is wrong.
> > It will cause the --homehost string given to mdadm to have single
> > quotes around it. It should be
> >
> > [ -n "${MD_HOMEHOST:-}" ] && extra_args="--homehost=$MD_HOMEHOST"
> > if $MDADM --assemble --scan --run --auto=yes
> > ${extra_args:+"$MD_HOMEHOST"}; then
>
> Will be in next upload. Does this work for you?
No, does not change the behaviour at all. Still works without names
does not work with names.
MfG
bmg
--
„Des is völlig wurscht, was heut beschlos- | M G Berberich
sen wird: I bin sowieso dagegn!“ | [email protected]
(SPD-Stadtrat Kurt Schindler; Regensburg) | www.fmi.uni-passau.de/~berberic
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]