sysupgrade-ext2 sync before writing image, not after Sysupgrade for ext2 currently flushes the filesystem buffers after an image is written to the disk. This should happen before the image is written.

SVN-Revision: 16867
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 15 years ago
parent 7bf05123f8
commit 5231811851

@ -13,8 +13,8 @@ platform_check_image() {
}
platform_do_upgrade() {
get_image "$1" > /dev/hda
sync
get_image "$1" > /dev/hda
}
x86_prepare_ext2() {

Loading…
Cancel
Save