From d39fb28439d1c1d0352865bb5b9dae17341c5a22 Mon Sep 17 00:00:00 2001 From: Jannis Pohlmann Date: Fri, 23 Mar 2012 14:38:27 +0000 Subject: Call 'busybox reboot' at the end of tbdiff-update to reboot the system. --- tbdiff-update/tbdiff-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tbdiff-update/tbdiff-update b/tbdiff-update/tbdiff-update index 9a6860e..e6caeec 100755 --- a/tbdiff-update/tbdiff-update +++ b/tbdiff-update/tbdiff-update @@ -109,3 +109,6 @@ busybox sed -i -e "s,factory-run,$target_subvolume-run,g" "extlinux.conf" # leave the root file system cd / + +# reboot the system +busybox reboot -- cgit v1.2.1