[boot0] sync filesystem before kexec (#301)
This commit is contained in:
parent
a845740543
commit
a962c0b386
@ -71,6 +71,9 @@ extract_image() {
|
|||||||
|
|
||||||
## replace with boot swi
|
## replace with boot swi
|
||||||
mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath"
|
mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath"
|
||||||
|
|
||||||
|
## sync disk operations
|
||||||
|
sync
|
||||||
}
|
}
|
||||||
|
|
||||||
write_machine_config() {
|
write_machine_config() {
|
||||||
|
Reference in New Issue
Block a user