fix: Apply umask=0077 to /boot partition in all examples

This commit is contained in:
provokateurin
2025-01-06 20:23:33 +01:00
parent 76816af65d
commit 5be012e917
9 changed files with 9 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ A simple disko configuration may look like this:
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
root = {

View File

@@ -42,6 +42,7 @@ for example like this:
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
}
{

View File

@@ -67,6 +67,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
raid1 = {

View File

@@ -14,6 +14,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
"name with spaces" = {

View File

@@ -15,6 +15,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
empty = {

View File

@@ -17,6 +17,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
}
{

View File

@@ -17,6 +17,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
}
{

View File

@@ -37,6 +37,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
raid1 = {

View File

@@ -59,6 +59,7 @@
type = "filesystem";
format = "vfat";
mountpoint = "/boot";
mountOptions = [ "umask=0077" ];
};
};
};