disk: add udev sync after partitioning (#3119)

This commit is contained in:
codefiles 2025-01-13 22:23:25 -05:00 committed by GitHub
parent d5bbda1e2f
commit 41215741f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ class FilesystemHandler:
for mod in device_mods:
device_handler.partition(mod, partition_table=partition_table)
device_handler.udev_sync()
if self._disk_config.lvm_config:
for mod in device_mods:
if boot_part := mod.get_boot_partition():