Skip to content

Commit a962c0b

Browse files
Staphylolguohan
authored andcommitted
[boot0] sync filesystem before kexec (#301)
1 parent a845740 commit a962c0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

files/Aboot/boot0.j2

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ extract_image() {
7171

7272
## replace with boot swi
7373
mv "$target_path/{{ ABOOT_BOOT_IMAGE }}" "$swipath"
74+
75+
## sync disk operations
76+
sync
7477
}
7578

7679
write_machine_config() {

0 commit comments

Comments
 (0)