Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9ebce7f02375
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 970b97ffdf64
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 28, 2019

  1. syslinux: change serial bit rate to 115200

    Prior to this commit an installation over serial via syslinux would
    involve:
    1. setting bitrate to BIOS's bitrate (typically 115200)
    2. setting bitrate to syslinux's bitrate (38400)
    3. setting bitrate to stty's bitrate (115200)
    
    By changing syslinux's bitrate to 115200, an installation over serial
    is a smoother experience, and consistent with the GRUB2 installation
    which is also 115200 bps.
    
        [root@nixos:~]# stty
        speed 115200 baud; line = 0;
        -brkint ixoff iutf8
        -iexten
    
    In a future commit I will add default serial terminals to the syslinux
    kernel lines.
    
    (cherry picked from commit 0d67c6a)
    tomfitzhenry authored and samueldr committed Mar 28, 2019
    Copy the full SHA
    970b97f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 nixos/modules/installer/cd-dvd/iso-image.nix
2 changes: 1 addition & 1 deletion nixos/modules/installer/cd-dvd/iso-image.nix
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ let
# result in incorrect boot entries.

baseIsolinuxCfg = ''
SERIAL 0 38400
SERIAL 0 115200
TIMEOUT ${builtins.toString syslinuxTimeout}
UI vesamenu.c32
MENU TITLE NixOS