summaryrefslogtreecommitdiffstats
path: root/nixos/modules/testing/test-instrumentation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/testing/test-instrumentation.nix')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 2b365bc55585..00b6b28eb653 100644
--- a/nixos/modules/testing/test-instrumentation.nix
+++ b/nixos/modules/testing/test-instrumentation.nix
@@ -57,12 +57,12 @@ in
options.testing = {
initrdBackdoor = lib.mkEnableOption ''
- enable backdoor.service in initrd. Requires
+ backdoor.service in initrd. Requires
boot.initrd.systemd.enable to be enabled. Boot will pause in
stage 1 at initrd.target, and will listen for commands from the
Machine python interface, just like stage 2 normally does. This
enables commands to be sent to test and debug stage 1. Use
- machine.switch_root() to leave stage 1 and proceed to stage 2.
+ machine.switch_root() to leave stage 1 and proceed to stage 2
'';
};