Skip to content
Snippets Groups Projects
Commit 5b3db8f9 authored by AngeloGioacchino Del Regno's avatar AngeloGioacchino Del Regno
Browse files

Merge branch 'partprobe' into 'main'

chromebook-setup: probe for partitions after creating

See merge request google/chromebooks!1
parents 080dce32 ca306623
No related branches found
No related tags found
No related merge requests found
...@@ -362,6 +362,7 @@ cmd_format_storage() ...@@ -362,6 +362,7 @@ cmd_format_storage()
find_partitions_by_id find_partitions_by_id
sudo mkfs.ext4 -L ROOT-A "$CB_SETUP_STORAGE2" sudo mkfs.ext4 -L ROOT-A "$CB_SETUP_STORAGE2"
sudo partprobe
echo "Done." echo "Done."
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment