* Add OpenSSH and pciutils to the boot environment.
svn path=/nixos/trunk/; revision=7918
This commit is contained in:
parent
06a6116c44
commit
17cc5ecc47
3 changed files with 6 additions and 3 deletions
|
@ -19,7 +19,8 @@ $ nix-build system/system.nix \
|
|||
-A <replaceable>attr</replaceable></screen>
|
||||
|
||||
where <replaceable>attr</replaceable> is an attribute in
|
||||
system/system.nix (e.g., <literal>bootStage1</literal>).</para>
|
||||
<filename>system/system.nix</filename> (e.g.,
|
||||
<literal>bootStage1</literal>).</para>
|
||||
|
||||
</section>
|
||||
|
||||
|
|
|
@ -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.
|
||||
";
|
||||
}
|
||||
|
||||
|
|
|
@ -179,6 +179,8 @@ rec {
|
|||
pkgs.netcat
|
||||
pkgs.nettools
|
||||
pkgs.ntp
|
||||
pkgs.openssh
|
||||
pkgs.pciutils
|
||||
pkgs.perl
|
||||
pkgs.procps
|
||||
pkgs.pwdutils
|
||||
|
|
Loading…
Reference in a new issue