mirror of
https://github.com/nix-community/disko.git
synced 2026-01-15 10:48:38 +01:00
This is not an issue when initially creating the partition because device mapper will just map on top of the filesystem, but it breaks incremental updates because the check for `TYPE=` will fail, and the subsequent attempt to run `mkswap` also fails: mkswap: cannot open /dev/disk/by-partlabel/disk-nix-store-swap: Device or resource busy Instead, just don't do anything, NixOS will take care of it. |
||
|---|---|---|
| .. | ||
| btrfs.nix | ||
| disk.nix | ||
| filesystem.nix | ||
| gpt.nix | ||
| luks.nix | ||
| lvm_pv.nix | ||
| lvm_vg.nix | ||
| mdadm.nix | ||
| mdraid.nix | ||
| nodev.nix | ||
| swap.nix | ||
| table.nix | ||
| zfs.nix | ||
| zfs_fs.nix | ||
| zfs_volume.nix | ||
| zpool.nix | ||