Skip to content

Commit

Permalink
disk: add udev sync after partitioning (archlinux#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
codefiles authored Jan 14, 2025
1 parent d5bbda1 commit 4121574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archinstall/lib/disk/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def perform_filesystem_operations(self, show_countdown: bool = True) -> None:
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():
Expand Down

0 comments on commit 4121574

Please sign in to comment.