mirror of
https://github.com/nix-community/disko.git
synced 2026-01-15 18:58:35 +01:00
examples; document EF02 type
This commit is contained in:
parent
7a37b47634
commit
c3e4e625c1
5 changed files with 7 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
size = "100M";
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
size = "128M";
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
root = {
|
||||
size = "100%";
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
name = "ESP";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
size = "512M";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
mdadm = {
|
||||
size = "100%";
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
mdadm = {
|
||||
size = "100%";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue