system-tarball-sheevaplug: Add hint about the serial console parameters.

svn path=/nixos/trunk/; revision=25583
This commit is contained in:
Ludovic Courtès 2011-01-15 22:42:07 +00:00
parent c56e039107
commit ef54cd3d1f

View File

@ -132,6 +132,7 @@ in
[
"selinux=0"
"console=tty1"
# "console=ttyS0,115200n8" # serial console
];
boot.kernelPackages = pkgs.linuxPackages_2_6_35;