summary refs log tree commit diff
path: root/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-01-15 22:42:07 +0000
committerLudovic Courtès <ludo@gnu.org>2011-01-15 22:42:07 +0000
commitef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba (patch)
tree5006abf70ff5cf0c8f2fd44ec41f75212debb1b8 /modules/installer/cd-dvd/system-tarball-sheevaplug.nix
parentc56e039107beaf96c5c23101d886b52232b4ebe4 (diff)
downloadnixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar.gz
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar.bz2
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar.lz
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar.xz
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.tar.zst
nixpkgs-ef54cd3d1ff3de9f74aa4de8a32902e5eeb964ba.zip
system-tarball-sheevaplug: Add hint about the serial console parameters.
svn path=/nixos/trunk/; revision=25583
Diffstat (limited to 'modules/installer/cd-dvd/system-tarball-sheevaplug.nix')
-rw-r--r--modules/installer/cd-dvd/system-tarball-sheevaplug.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/installer/cd-dvd/system-tarball-sheevaplug.nix b/modules/installer/cd-dvd/system-tarball-sheevaplug.nix
index 177496c24c7..f8b6b632ea7 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;