Skip to content

Commit

Permalink
[boot0] sync filesystem before kexec (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staphylo authored and lguohan committed Feb 17, 2017
1 parent a845740 commit a962c0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/Aboot/boot0.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ extract_image() {

## replace with boot swi
mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath"

## sync disk operations
sync
}

write_machine_config() {
Expand Down

0 comments on commit a962c0b

Please sign in to comment.