mirror of
https://github.com/nix-community/disko
synced 2024-11-12 23:27:07 +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 = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
ESP = {
|
ESP = {
|
||||||
size = "500M";
|
size = "500M";
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
root = {
|
root = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
ESP = {
|
ESP = {
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
ESP = {
|
ESP = {
|
||||||
size = "512M";
|
size = "512M";
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
ESP = {
|
ESP = {
|
||||||
size = "500M";
|
size = "500M";
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
mdadm = {
|
mdadm = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
@ -31,7 +30,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
mdadm = {
|
mdadm = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02"; # for grub MBR
|
type = "EF02"; # for grub MBR
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
mdadm = {
|
mdadm = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
boot = {
|
boot = {
|
||||||
size = "1M";
|
size = "1M";
|
||||||
type = "EF02";
|
type = "EF02";
|
||||||
priority = 1; # Needs to be first partition
|
|
||||||
};
|
};
|
||||||
root = {
|
root = {
|
||||||
size = "100%";
|
size = "100%";
|
||||||
|
|
Loading…
Reference in a new issue