mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
fun.table: remove -a optimal
This commit is contained in:
parent
ced8b1197c
commit
bff1223462
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ let
|
|||
'';
|
||||
|
||||
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)}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue