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
base: b243d81943fd
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 16608459540d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 24, 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.
    tomfitzhenry committed Mar 24, 2019
    Copy the full SHA
    0d67c6a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Merge pull request #58196 from tomfitzhenry/iso-syslinux-serial-consi…

    …stent
    
    syslinux: change serial bit rate to 115200
    infinisil committed Mar 28, 2019
    Copy the full SHA
    1660845 View commit details
    Browse the repository at this point in the history