cannot use label on disko partitions
This commit is contained in:
parent
086a5dbc08
commit
883e9c24b1
1 changed files with 0 additions and 3 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
partitions = [
|
partitions = [
|
||||||
{
|
{
|
||||||
type = "partition";
|
type = "partition";
|
||||||
extraArgs = "--label nixboot01";
|
|
||||||
name = "ESP";
|
name = "ESP";
|
||||||
start = "1MiB";
|
start = "1MiB";
|
||||||
end = "100MiB";
|
end = "100MiB";
|
||||||
|
|
@ -26,7 +25,6 @@
|
||||||
{
|
{
|
||||||
name = "swap";
|
name = "swap";
|
||||||
type = "partition";
|
type = "partition";
|
||||||
extraArgs = "--label nixswap01";
|
|
||||||
start = "101MiB";
|
start = "101MiB";
|
||||||
end = "40960MiB";
|
end = "40960MiB";
|
||||||
part-type = "primary";
|
part-type = "primary";
|
||||||
|
|
@ -37,7 +35,6 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
type = "partition";
|
type = "partition";
|
||||||
extraArgs = "--label nixpv01";
|
|
||||||
name = "luks";
|
name = "luks";
|
||||||
start = "40960MiB";
|
start = "40960MiB";
|
||||||
end = "100%";
|
end = "100%";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue