mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
types table: inline partition type
This commit is contained in:
parent
8891df7029
commit
d6f062ea11
22 changed files with 76 additions and 159 deletions
|
|
@ -10,7 +10,6 @@
|
|||
partitions = [
|
||||
{
|
||||
name = "boot";
|
||||
type = "partition";
|
||||
start = "0";
|
||||
end = "100M";
|
||||
fs-type = "fat32";
|
||||
|
|
@ -21,7 +20,6 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
type = "partition";
|
||||
name = "primary";
|
||||
start = "100M";
|
||||
end = "100%";
|
||||
|
|
@ -42,7 +40,6 @@
|
|||
partitions = [
|
||||
{
|
||||
name = "boot";
|
||||
type = "partition";
|
||||
start = "0";
|
||||
end = "100M";
|
||||
fs-type = "fat32";
|
||||
|
|
@ -53,7 +50,6 @@
|
|||
};
|
||||
}
|
||||
{
|
||||
type = "partition";
|
||||
name = "primary";
|
||||
start = "100M";
|
||||
end = "100%";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue