diff --git a/doc/manual/development.xml b/doc/manual/development.xml
index 58924658ca6d..6f61068d0b65 100644
--- a/doc/manual/development.xml
+++ b/doc/manual/development.xml
@@ -19,7 +19,8 @@ $ nix-build system/system.nix \
-A attr
where attr is an attribute in
-system/system.nix (e.g., bootStage1).
+system/system.nix (e.g.,
+bootStage1).
diff --git a/system/options.nix b/system/options.nix
index 56bb1fb67633..65eeda5eb924 100644
--- a/system/options.nix
+++ b/system/options.nix
@@ -33,8 +33,8 @@
name = ["boot" "readOnlyRoot"];
default = false;
description = "
- Whether the root device should be mounted writable. This should
- be set when booting from CD-ROM.
+ Whether the root device is read-only. This should be set when
+ booting from CD-ROM.
";
}
diff --git a/system/system.nix b/system/system.nix
index 0fbe3ad7c651..02410482e8e6 100644
--- a/system/system.nix
+++ b/system/system.nix
@@ -179,6 +179,8 @@ rec {
pkgs.netcat
pkgs.nettools
pkgs.ntp
+ pkgs.openssh
+ pkgs.pciutils
pkgs.perl
pkgs.procps
pkgs.pwdutils