odin: Update disko configuration

This commit is contained in:
Erwin Boskma 2023-04-21 11:20:21 +02:00
parent 6519b34278
commit c8344547e2
Signed by: erwin
SSH key fingerprint: SHA256:Vw4O4qA0i5x65Y7yyjDpWDCSMSXAhqT4X7cJ3frdnLY

View file

@ -10,7 +10,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "boot";
start = "1MiB";
end = "512MiB";
@ -22,7 +21,6 @@
};
}
{
type = "partition";
name = "root_pv_sda";
start = "512MiB";
end = "100%";
@ -42,7 +40,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "root_pv_sdb";
start = "0%";
end = "100%";