[PATCH v3 2/6] obmc-init.sh: Fix FS type in mount failure message

Joel Stanley joel at jms.id.au
Wed Feb 24 09:55:56 AEDT 2016


On Wed, Feb 24, 2016 at 1:14 AM, Andrew Jeffery <andrew at aj.id.au> wrote:
> Signed-off-by: Andrew Jeffery <andrew at aj.id.au>

Reviewed-by: Joel Stanley <joel at jms.id.au>

> ---
>  .../common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-init.sh     | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-init.sh b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-init.sh
> index 6750de3..9674765 100644
> --- a/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-init.sh
> +++ b/meta-phosphor/common/recipes-phosphor/obmc-phosphor-initfs/files/obmc-init.sh
> @@ -114,7 +114,7 @@ then
>         msg="$(cat)" << HERE
>
>  Mounting read-write $rwdev filesystem failed.  Please fix and run
> -       mount $rwdev $rwdir -t $rwfs -o $rwopts
> +       mount $rwdev $rwdir -t $rwfst -o $rwopts
>  to to continue, or do change nothing to run from RAM for this boot.
>  HERE
>         debug_takeover "$msg"
> --
> 2.5.0
>
> _______________________________________________
> openbmc mailing list
> openbmc at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc


More information about the openbmc mailing list