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

Commits on Apr 1, 2020

  1. stage-1-init: add boot.persistence option

    This option allows replacing the tmpfs mounted on / by
    the live CD's init script with a physical device
    
    Since nixOS symlinks everything there's no trouble
    at all.
    
    That enables the user to easily use a nixOS live CD
    as a portable installation.
    
    Note that due to some limitations in how the store is mounted
    currently only the non-store things are persisted.
    mkg20001 committed Apr 1, 2020
    Copy the full SHA
    948de10 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Merge pull request #83911 from mkg20001/boot-persistence

    stage-1-init: add boot.persistence option
    worldofpeace committed Jul 30, 2020
    Copy the full SHA
    b21c16f View commit details
    Browse the repository at this point in the history