Do filesystem-specific sync operation after writing configuration.
Related: rhbz#117968
---
pyanaconda/bootloader.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
index c99620a..4c182e5 100644
--- a/pyanaconda/bootloader.py
+++ b/pyanaconda/bootloader.py
@@ -770,9 +770,7 @@ class BootLoader(object):
self.write_config(install_root=install_root)
sync()
- sync()
- sync()
- sync()
+ self.stage2_device.format.sync(root=install_root)
self.install(install_root=install_root)
def update(self, install_root=""):
--
1.7.3.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|