|
@@ -1378,7 +1378,7 @@ function restart_system {
|
1378
|
1378
|
1) return;;
|
1379
|
1379
|
255) return;;
|
1380
|
1380
|
esac
|
1381
|
|
- reboot
|
|
1381
|
+ systemctl reboot -i
|
1382
|
1382
|
}
|
1383
|
1383
|
|
1384
|
1384
|
function change_system_name {
|
|
@@ -1423,7 +1423,7 @@ function set_dynamic_IP {
|
1423
|
1423
|
echo $'Changing to a dynamic IP address.'
|
1424
|
1424
|
echo ''
|
1425
|
1425
|
echo $"System is rebooting. You may need to close this terminal and log in from a new one."
|
1426
|
|
- reboot
|
|
1426
|
+ systemctl reboot -i
|
1427
|
1427
|
fi
|
1428
|
1428
|
}
|
1429
|
1429
|
|
|
@@ -1559,7 +1559,7 @@ Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_
|
1559
|
1559
|
--yesno $"\nFor the change to take effect your system will now need to reboot. Do this now?" 8 60
|
1560
|
1560
|
sel=$?
|
1561
|
1561
|
case $sel in
|
1562
|
|
- 0) reboot;;
|
|
1562
|
+ 0) systemctl reboot -i;;
|
1563
|
1563
|
esac
|
1564
|
1564
|
fi
|
1565
|
1565
|
fi
|