mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
435737144b
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 |