mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
examples: drop priority as we now have a reasonable default
This commit is contained in:
parent
05f4e223b5
commit
d185770ea2
8 changed files with 0 additions and 9 deletions
|
@ -38,7 +38,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
ESP = {
|
||||
size = "500M";
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
ESP = {
|
||||
name = "ESP";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
ESP = {
|
||||
size = "512M";
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
ESP = {
|
||||
size = "500M";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
mdadm = {
|
||||
size = "100%";
|
||||
|
@ -31,7 +30,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
mdadm = {
|
||||
size = "100%";
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
mdadm = {
|
||||
size = "100%";
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
priority = 1; # Needs to be first partition
|
||||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
|
|
Loading…
Reference in a new issue