commit | e4f6d37edb835999707cc09f0d5eacf48ec7c643 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 17 17:19:58 2016 +1030 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Feb 24 14:31:34 2016 +1030 |
tree | 10e85075416aa3fba82c212fc52c95cb12f3c092 | |
parent | f983c5a7089d4b63d66c8bb3f159b8ddbc41ab0d [diff] |
obmc-init.sh: Fix FS type in mount failure message Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
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 @@ 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"