completions(fastboot): sync partitions from Xiaomi images

Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>

Closes #12283
This commit is contained in:
Next Alone
2026-01-06 02:54:14 +08:00
committed by Johannes Altmanninger
parent 6d8bb292ec
commit d4fcc00821

View File

@@ -15,7 +15,7 @@ function __fish_fastboot_list_partition_or_file
end
function __fish_fastboot_list_partition
set -l partitions boot bootloader cache cust dtbo metadata misc modem odm odm_dlkm oem product pvmfw radio recovery system system_ext userdata vbmeta vendor vendor_dlkm vmbeta_system
set -l partitions abl aop aop_config apdp bluetooth boot countrycode cpucp cpucp_dtb crclist dcp ddr devcfg dsp dtbo featenabler hyp hyp_ac_config idmanager imagefv init_boot keymaster logfs metadata misc modem modemfirmware multiimgoem multiimgqti pdp pdp_cdb pvmfw qtvm_dtbo qupfw recovery rescue secretkeeper shrm soccp soccp_dcd soccp_debug sparsecrclist spuservice storsec super tme_config tme_fw tme_seq_patch toolsfv tz tz_ac_config tz_qti_config uefi uefisecapp userdata vbmeta vbmeta_system vendor_boot vm-bootsys xbl xbl_ac_config xbl_config xbl_ramdump xbl_sc_test_mode
for i in $partitions
echo $i
end