We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 764e7f9 + 2a06e46 commit 5dd32d1Copy full SHA for 5dd32d1
dracut/modules.d/90kiwi-repart/kiwi-repart-disk.sh
@@ -256,6 +256,9 @@ if [ "$(get_partition_table_type "${disk}")" = 'gpt' ];then
256
relocate_gpt_at_end_of_disk "${disk}"
257
fi
258
259
+# wait for the root device to appear
260
+wait_for_storage_device "${root_device}"
261
+
262
# resize disk partition table
263
if lvm_system;then
264
repart_lvm_disk || return
@@ -283,3 +286,6 @@ if lvm_system; then
283
286
else
284
287
resize_filesystem "$(get_root_map)"
285
288
289
290
291
0 commit comments