From 301c293ced799927995d1c24e7dfb2478e6cda9d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 16 Jun 2017 16:01:43 +0100 Subject: [PATCH] systemd reboot --- src/freedombone-image-customise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 558fe821..8c35f83d 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -459,7 +459,7 @@ EOF echo " systemctl enable wifistart" >> $rootdir/root/.bashrc echo " systemctl daemon-reload" >> $rootdir/root/.bashrc echo ' fi' >> $rootdir/root/.bashrc - echo ' reboot' >> $rootdir/root/.bashrc + echo ' systemctl reboot -i' >> $rootdir/root/.bashrc echo ' fi' >> $rootdir/root/.bashrc echo ' fi' >> $rootdir/root/.bashrc echo ' else' >> $rootdir/root/.bashrc