* Add OpenSSH and pciutils to the boot environment.

svn path=/nixos/trunk/; revision=7918
This commit is contained in:
Eelco Dolstra 2007-02-19 22:33:44 +00:00
parent 06a6116c44
commit 17cc5ecc47
3 changed files with 6 additions and 3 deletions

View file

@ -19,7 +19,8 @@ $ nix-build system/system.nix \
-A <replaceable>attr</replaceable></screen> -A <replaceable>attr</replaceable></screen>
where <replaceable>attr</replaceable> is an attribute in 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> </section>

View file

@ -33,8 +33,8 @@
name = ["boot" "readOnlyRoot"]; name = ["boot" "readOnlyRoot"];
default = false; default = false;
description = " description = "
Whether the root device should be mounted writable. This should Whether the root device is read-only. This should be set when
be set when booting from CD-ROM. booting from CD-ROM.
"; ";
} }

View file

@ -179,6 +179,8 @@ rec {
pkgs.netcat pkgs.netcat
pkgs.nettools pkgs.nettools
pkgs.ntp pkgs.ntp
pkgs.openssh
pkgs.pciutils
pkgs.perl pkgs.perl
pkgs.procps pkgs.procps
pkgs.pwdutils pkgs.pwdutils