disko/lib/types
Michael Hoang 9f9ff673d1 zpool: fix default dataset getting shadowed
If the zpool's root dataset is not the rootfs and gets mounted on
creation, the actual rootfs will get mounted later and shadow the
current mountpoint.

Running `zfs unmount` is the easiest way to unmount the zpool's root
dataset on creation without messing up the value of the `mountpoint`
setting.
2023-12-19 23:49:30 +11:00
..
btrfs.nix fix: create btrfs subvolume parent directories 2023-12-13 14:58:36 +00:00
disk.nix rename makeDiskImage -> makeDiskImages 2023-09-18 12:16:33 +00:00
filesystem.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
gpt.nix lib/types/gpt.nix: default = [] -> default = {} 2023-12-14 13:55:39 +00:00
luks.nix luks: use allowDiscards option 2023-11-04 12:09:41 +00:00
lvm_pv.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
lvm_vg.nix lvm: update kernel modules when creating raid 2023-12-06 23:28:45 +00:00
mdadm.nix fix: avoid external probing effects from other devices 2023-09-15 20:04:52 +00:00
mdraid.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
nodev.nix lib.types: turn _create, _mount and _config into values 2023-07-04 16:02:25 +00:00
swap.nix swap: don't activate random encrypted swap files 2023-11-25 15:47:29 +00:00
table.nix fix: avoid external probing effects from other devices 2023-09-15 20:04:52 +00:00
zfs.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
zfs_fs.nix lib: better formatting of generated shell output 2023-07-04 16:02:25 +00:00
zfs_volume.nix zfs_volume: fix /dev/zvol/ symlink race 2023-09-25 08:57:40 +00:00
zpool.nix zpool: fix default dataset getting shadowed 2023-12-19 23:49:30 +11:00