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