nixpkgs/nixos
Andrey Krainyak d61cc625fa
nixos-install: fix removal of non-empty /mnt
After building the target system, `nixos-install` tries to remove `/mnt`
on the target filesystem. And the script may fail without any explanation,
if `/mnt` isn't empty.

This commit makes the installation process carry on even if there are
files under `/mnt`.

See https://github.com/NixOS/nixpkgs/issues/244643.
2023-08-02 16:37:22 +08:00
..
doc/manual nixos/nginx: first-class PROXY protocol support 2023-05-26 19:48:26 +02:00
lib Merge pull request #234427 from alyssais/create_machine 2023-05-27 17:02:11 +02:00
maintainers maintainers/scripts: fix typos 2023-05-19 22:31:04 -04:00
modules nixos-install: fix removal of non-empty /mnt 2023-08-02 16:37:22 +08:00
tests nixos/nginx: first-class PROXY protocol support 2023-05-26 19:48:26 +02:00
COPYING
default.nix
README
release-combined.nix nixos/release-*: finish dropping the conntrack tests 2023-03-04 09:28:09 +01:00
release-small.nix Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap 2023-04-03 08:19:03 -07:00
release.nix nixos/release: add deepin closure 2023-05-08 18:25:41 +08:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
https://nixos.org/nixos and in the manual in doc/manual.