pmbootstrap-meow/pmb/install
Minecrell faf523911a
pmb.install: Treat empty "flash_sparse_samsung_format" as disabled (MR 2180)
Deviceinfo variables are empty strings by default if they are unset
in the deviceinfo file, so the "is not None" check currently enables
the sm_sparse_image_tool for all existing devices using sparse format.

Simplify the check to convert the string to a bool. Empty strings
evaluate to False so this should work as originally intended.
2022-04-13 21:01:20 +02:00
..
__init__.py Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
_install.py pmb.install: Treat empty "flash_sparse_samsung_format" as disabled (MR 2180) 2022-04-13 21:01:20 +02:00
blockdevice.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
format.py Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
losetup.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
partition.py Support ChromeOS partition table and kernel partition (MR 2163) 2022-02-20 14:49:56 +01:00
recovery.py Happy new year 2022! 2022-01-02 22:39:14 +01:00
ui.py Happy new year 2022! 2022-01-02 22:39:14 +01:00