mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
types gpt: sort after priority. add size option
This commit is contained in:
parent
95c10a6c7f
commit
64c9c78c15
2 changed files with 16 additions and 6 deletions
|
|
@ -9,8 +9,7 @@
|
|||
partitions = {
|
||||
ESP = {
|
||||
type = "EF00";
|
||||
start = "1M";
|
||||
end = "+100M";
|
||||
size = "100M";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "vfat";
|
||||
|
|
@ -18,7 +17,7 @@
|
|||
};
|
||||
};
|
||||
root = {
|
||||
end = "-0";
|
||||
size = "100%";
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue