jeaye / nixos-in-place

Install NixOS on top of any existing Linux distribution without rebooting
MIT License
460 stars 57 forks source link

use NIXOS_INSTALL_REEXEC=1 for nixos-install #14

Closed bobvanderlinden closed 8 years ago

bobvanderlinden commented 8 years ago

As discussed on #11, this should solve the error on Digital Ocean:

unshare: cannot change root filesystem propagation: Invalid argument
NicolasPetton commented 8 years ago

@bobvanderlinden @jeaye I have the same issue on DO with an ubuntu 15.10 fresh install. Applying this commit fixes the issue.

jeaye commented 8 years ago

Glad to hear it, @NicolasPetton. Thanks so much @bobvanderlinden.

bobvanderlinden commented 8 years ago

Thank you both testing and merging!