fun.table: remove -a optimal

This commit is contained in:
tv 2018-07-17 19:47:27 +02:00
parent ced8b1197c
commit bff1223462

View File

@ -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)}
'';