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";
start = "0";
end = "100M";
end = "200M";
fs-type = "fat32";
bootable = true;
content = {
@ -24,7 +24,7 @@
}
{
start = "100M";
end = "100%FREE";
end = "150G";
content = {
type = "lvm_pv";
vg = "stick";
@ -44,7 +44,7 @@
partitions = [
{
start = "0";
end = "100%";
end = "200G";
content = {
type = "lvm_pv";
vg = "ssd";