From ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 15 Jan 2011 22:42:07 +0000 Subject: [PATCH] system-tarball-sheevaplug: Add hint about the serial console parameters. svn path=/nixos/trunk/; revision=25583 --- modules/installer/cd-dvd/system-tarball-sheevaplug.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix index 177496c24c75..f8b6b632ea70 100644 --- a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix +++ b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix @@ -132,6 +132,7 @@ in [ "selinux=0" "console=tty1" + # "console=ttyS0,115200n8" # serial console ]; boot.kernelPackages = pkgs.linuxPackages_2_6_35;