mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
zfs: support for root dataset mountpoint and mountpoint=none
This commit is contained in:
parent
57b7c5506a
commit
722dde361c
3 changed files with 36 additions and 10 deletions
|
|
@ -16,6 +16,8 @@
|
|||
compression = "lz4";
|
||||
"com.sun:auto-snapshot" = "false";
|
||||
};
|
||||
mountpoint = "/";
|
||||
|
||||
datasets = [
|
||||
{
|
||||
type = "zfs_filesystem";
|
||||
|
|
@ -23,6 +25,11 @@
|
|||
mountpoint = "/zfs_fs";
|
||||
options."com.sun:auto-snapshot" = "true";
|
||||
}
|
||||
{
|
||||
type = "zfs_filesystem";
|
||||
name = "zfs_unmounted_fs";
|
||||
options.mountpoint = "none";
|
||||
}
|
||||
{
|
||||
type = "zfs_filesystem";
|
||||
name = "zfs_legacy_fs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue