[arista] Fix arista-convertfs script (#1961)

This commit is contained in:
yurypm 2018-08-21 23:19:31 +01:00 committed by lguohan
parent a01791ebcd
commit de0e892eaa

View File

@ -185,7 +185,7 @@ cmd="wait_for_root_dev"
run_cmd "$cmd" "$err_msg" run_cmd "$cmd" "$err_msg"
err_msg="Error: formatting to ext4 failed" err_msg="Error: formatting to ext4 failed"
cmd="mke2fs -t ext4 -m2 -F -O '^huge_file' $root_dev" cmd="mke2fs -t ext4 -F -O '^huge_file,^metadata_csum' $root_dev"
run_cmd "$cmd" "$err_msg" run_cmd "$cmd" "$err_msg"
err_msg="Error: mounting $root_dev to $root_mnt failed" err_msg="Error: mounting $root_dev to $root_mnt failed"