mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-03 18:41:29 +02:00
installer: Flush all disk buffers after the installation has finished.
This commit is contained in:
@@ -969,3 +969,9 @@ int hw_write_fstab(struct hw_destination* dest) {
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void hw_sync() {
|
||||
sync();
|
||||
sync();
|
||||
sync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user