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: e13c2086659b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 91c3bc1dfe73
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 4, 2018

  1. doc: installing-usb make macOS note a note.

    While it seemingly brings more attention to the macOS notes with the
    default docbook template, it better represents which parts of the
    section are about macOS, and which parts are simply in the flow of the
    text; otherwise the last paragraph may be lost into the details for
    macOS.
    
    (cherry picked from commit 8192fcd)
    samueldr authored and grahamc committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    59f5dea View commit details
    Browse the repository at this point in the history
  2. nixos/doc: Adds sub-folder to input files.

    (cherry picked from commit 2c0d56f)
    samueldr authored and grahamc committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    292d4fc View commit details
    Browse the repository at this point in the history
  3. doc: Reviews partitioning instructions to use parted.

    The tests in <nixos/tests/installer.nix> are using `parted`, so they are
    bound to be better tested than `fdisk`.
    
    This is brought on by a couple issues, plus reports on IRC that the
    `fdisk` instructions didn't work as expected.
    
     * #39354
     * #46309
     * #39942
     * #45478
    
    Care was taken so that the other documented steps did not need changes.
    
    In all this kerfufle, a slight re-organization of the Chapter has been
    made, allowing better deep linking.
    
    (cherry picked from commit 6cfbf40)
    samueldr authored and grahamc committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    9da278d View commit details
    Browse the repository at this point in the history
  4. doc: installing-usb: removes notes about unetbootin.

    They are known to cause more issues than solving issues; futhermore
    using `dd` should work everywhere without fail.
    
    (cherry picked from commit 8467dc8)
    samueldr authored and grahamc committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    91c3bc1 View commit details
    Browse the repository at this point in the history