From 92d128b405a16a14aba2348117c263672f93c706 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Mon, 26 Mar 2012 10:24:43 +0000 Subject: Use busybox sync instead of sync alone. --- tbdiff-switch/tbdiff-switch | 2 +- tbdiff-update/tbdiff-update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbdiff-switch/tbdiff-switch b/tbdiff-switch/tbdiff-switch index 306ef86..12a00b3 100755 --- a/tbdiff-switch/tbdiff-switch +++ b/tbdiff-switch/tbdiff-switch @@ -71,7 +71,7 @@ busybox sed -i -e "s,factory-run,$target_subvolume-run,g" "extlinux.conf" cd / # perform a sync to make sure everything has been written -sync +busybox sync # reboot the system busybox reboot diff --git a/tbdiff-update/tbdiff-update b/tbdiff-update/tbdiff-update index 0cd7471..21373d8 100755 --- a/tbdiff-update/tbdiff-update +++ b/tbdiff-update/tbdiff-update @@ -111,7 +111,7 @@ busybox sed -i -e "s,factory-run,$target_subvolume-run,g" "extlinux.conf" cd / # perform a sync to make sure everything has been written -sync +busybox sync # reboot the system busybox reboot -- cgit v1.2.1