disko work

This commit is contained in:
Bryan Ramos 2024-05-12 12:43:26 -04:00
parent 5a6d9378cb
commit 911133f0ce
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -13,7 +13,7 @@
{ {
name = "boot"; name = "boot";
start = "0"; start = "0";
end = "100M"; end = "200M";
fs-type = "fat32"; fs-type = "fat32";
bootable = true; bootable = true;
content = { content = {
@ -24,7 +24,7 @@
} }
{ {
start = "100M"; start = "100M";
end = "100%FREE"; end = "150G";
content = { content = {
type = "lvm_pv"; type = "lvm_pv";
vg = "stick"; vg = "stick";
@ -44,7 +44,7 @@
partitions = [ partitions = [
{ {
start = "0"; start = "0";
end = "100%"; end = "200G";
content = { content = {
type = "lvm_pv"; type = "lvm_pv";
vg = "ssd"; vg = "ssd";