mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
types: pass through mountOptions to _config for all types
This commit is contained in:
parent
8ae729e9be
commit
71a30f9e74
5 changed files with 14 additions and 16 deletions
|
|
@ -17,7 +17,7 @@
|
|||
type = "filesystem";
|
||||
format = "vfat";
|
||||
mountpoint = "/boot";
|
||||
options = [
|
||||
mountOptions = [
|
||||
"defaults"
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue