Without that fix, it won't wipe the data partition, and the data partition format changed between Replicant 6.0 0003 and the Replicant 6.0 0004 RC releases.
And it's better to have an example that works in all the cases. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- tests/src/install-replicant-6.0-0003.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/install-replicant-6.0-0003.py b/tests/src/install-replicant-6.0-0003.py index 3649d47..743385e 100755 --- a/tests/src/install-replicant-6.0-0003.py +++ b/tests/src/install-replicant-6.0-0003.py @@ -42,7 +42,7 @@ if __name__ == '__main__': major_version, minor_version, device, - wipe_cache_and_data=False, + wipe_cache_and_data=True, disable_modem=False, quiet=True) -- 2.34.1 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
