diff --git a/pkgs/min-copy-closure/liminix-rebuild.sh b/pkgs/min-copy-closure/liminix-rebuild.sh index 970aa19..5dda92c 100755 --- a/pkgs/min-copy-closure/liminix-rebuild.sh +++ b/pkgs/min-copy-closure/liminix-rebuild.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash ssh_command=${SSH_COMMAND-ssh} + if [ "$1" = "--no-reboot" ] ; then reboot="true" shift @@ -20,7 +21,7 @@ if toplevel=$(nix-build "$@" -A outputs.systemConfiguration --no-out-link); then echo systemConfiguration $toplevel min-copy-closure $target_host $toplevel $ssh_command $target_host $toplevel/bin/install - $ssh_command $target_host "sync; source /etc/profile; reboot -f" + $ssh_command $target_host "sync; source /etc/profile; reboot" else echo Rebuild failed fi