test
This commit is contained in:
parent
d3f9928a14
commit
35ac8f6408
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
type = "table";
|
||||
format = "gpt";
|
||||
partitions = [
|
||||
BOOT = {
|
||||
{
|
||||
name = "BOOT";
|
||||
label = "BOOT";
|
||||
start = "0%";
|
||||
|
@ -21,7 +21,7 @@
|
|||
mountpoint = "/boot";
|
||||
};
|
||||
} # partition 1
|
||||
ROOT = {
|
||||
{
|
||||
name = "ROOT";
|
||||
label = "ROOT";
|
||||
size = "100%";
|
||||
|
|
Loading…
Reference in a new issue