* Move the serial console kernel parameters to test-instrumentation.nix.

svn path=/nixos/trunk/; revision=19275
This commit is contained in:
Eelco Dolstra
2010-01-06 21:16:57 +00:00
parent bffb5450e5
commit ec3398e4b2
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,8 @@ in
# Panic if an error occurs in stage 1 (rather than waiting for
# user intervention).
boot.kernelParams = [ "stage1panic" ];
boot.kernelParams =
[ "console=tty1" "console=ttyS0" "panic=1" "stage1panic" ];
# `xwininfo' is used by the test driver to query open windows.
environment.systemPackages = [ pkgs.xorg.xwininfo ];