Browse Source

systemd reboot

Bob Mottram 8 years ago
parent
commit
301c293ced
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image-customise

+ 1
- 1
src/freedombone-image-customise View File

459
     echo "                    systemctl enable wifistart" >> $rootdir/root/.bashrc
459
     echo "                    systemctl enable wifistart" >> $rootdir/root/.bashrc
460
     echo "                    systemctl daemon-reload" >> $rootdir/root/.bashrc
460
     echo "                    systemctl daemon-reload" >> $rootdir/root/.bashrc
461
     echo '                fi' >> $rootdir/root/.bashrc
461
     echo '                fi' >> $rootdir/root/.bashrc
462
-    echo '                reboot' >> $rootdir/root/.bashrc
462
+    echo '                systemctl reboot -i' >> $rootdir/root/.bashrc
463
     echo '            fi' >> $rootdir/root/.bashrc
463
     echo '            fi' >> $rootdir/root/.bashrc
464
     echo '        fi' >> $rootdir/root/.bashrc
464
     echo '        fi' >> $rootdir/root/.bashrc
465
     echo '    else' >> $rootdir/root/.bashrc
465
     echo '    else' >> $rootdir/root/.bashrc