mirror of
https://github.com/nix-community/disko.git
synced 2024-11-04 05:44:29 +03:00
fun.table: remove -a optimal
This commit is contained in:
parent
ced8b1197c
commit
bff1223462
@ -35,7 +35,7 @@ let
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
fun.table = q: x: ''
|
fun.table = q: x: ''
|
||||||
parted -s -a optimal ${q.device} mklabel ${x.format}
|
parted -s ${q.device} mklabel ${x.format}
|
||||||
${concatStrings (imap (index: f (q // { inherit index; })) x.partitions)}
|
${concatStrings (imap (index: f (q // { inherit index; })) x.partitions)}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user