From 2913702b16844e07426b7f32a2daebf663e5a6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2022 05:35:55 +0000 Subject: [PATCH] kexec: add reboot message --- nix/kexec-installer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/kexec-installer.nix b/nix/kexec-installer.nix index 643a267..c135052 100644 --- a/nix/kexec-installer.nix +++ b/nix/kexec-installer.nix @@ -40,6 +40,7 @@ rm -r "$INITRD_TMP" # Disconnect our background kexec from the terminal + echo "machine will boot into nixos in in 6s..." if [[ -e /dev/kmsg ]]; then # this makes logging visible in `dmesg`, or the system consol or tools like journald exec > /dev/kmsg 2>&1