odin: Update disko configuration
This commit is contained in:
parent
6519b34278
commit
c8344547e2
1 changed files with 0 additions and 3 deletions
|
@ -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%";
|
||||
|
|
Loading…
Reference in a new issue