From a962c0b38666f7cebde02f2ca8e4792110493eaa Mon Sep 17 00:00:00 2001 From: Samuel Angebault Date: Thu, 16 Feb 2017 22:10:29 -0800 Subject: [PATCH] [boot0] sync filesystem before kexec (#301) --- files/Aboot/boot0.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/Aboot/boot0.j2 b/files/Aboot/boot0.j2 index 8ec50ef7f9..d30a44e520 100644 --- a/files/Aboot/boot0.j2 +++ b/files/Aboot/boot0.j2 @@ -71,6 +71,9 @@ extract_image() { ## replace with boot swi mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath" + + ## sync disk operations + sync } write_machine_config() {