Skip to content

Commit

Permalink
[arista] Fix arista-convertfs script (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurypm authored and lguohan committed Aug 21, 2018
1 parent a01791e commit de0e892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initramfs-tools/arista-convertfs.j2
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ cmd="wait_for_root_dev"
run_cmd "$cmd" "$err_msg"

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"

err_msg="Error: mounting $root_dev to $root_mnt failed"
Expand Down

0 comments on commit de0e892

Please sign in to comment.