Merge pull request #3947 from balena-io/expose-trim-setting

Patch: expose trim ext{2,3,4} setting
This commit is contained in:
Balena CI 2022-12-16 09:59:32 -05:00 committed by GitHub
commit 7f90d23a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,10 @@ async function getSettingsList(): Promise<Setting[]> {
name: 'errorReporting',
label: i18next.t('settings.errorReporting'),
},
{
name: 'autoBlockmapping',
label: 'Trim ext{2,3,4} partitions before writing (raw images only)',
},
];
if (['appimage', 'nsis', 'dmg'].includes(packageType)) {
list.push({