treewide: fix mkEnableOption usage
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user