[boot0] sync filesystem before kexec (#301)

This commit is contained in:
Samuel Angebault 2017-02-16 22:10:29 -08:00 committed by lguohan
parent a845740543
commit a962c0b386

View File

@ -71,6 +71,9 @@ extract_image() {
## replace with boot swi
mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath"
## sync disk operations
sync
}
write_machine_config() {