Commit Graph
10 Commits
Author SHA1 Message Date
jcoffey-dev db71e25612 docs: make the README describe the script that exists
With the simulation gate implemented, the safety model section is now
true, and says where the gate runs (inside convert, immediately before
the install) and what it writes. Plan mode is labelled advisory, because
that is what it is: it logs a simulation for a human to read and decides
nothing.

Removed four options the README documented that were never implemented:
--no-auto-fix, --overwrite-keyring, --recreate-keyring and
--no-purge-flavor. Documented --preserve-snap, which was implemented and
missing. Every flag now matches the parser in both directions.

Two troubleshooting sections described behaviour that does not exist.
Keyring recovery pointed at the two missing keyring flags; the real
mechanism is a check against the expected Mint key ID with --yes to
overwrite, which is worth stating since it is what makes the plain-HTTP
fallback safe. Flavor-package purging was never written, so the login
loop it referred to is now described as something to fix by hand.

Also removes --no-install-recommends from the usage text, which I added
in the previous commit believing it was a script flag. It is an apt
option inside apt_opts_common; the parser rejects it. That is the same
class of error this commit exists to fix, found by checking the flag
lists against the parser in both directions rather than trusting either.
2026-08-22 22:37:14 -07:00
LINUXexpert.org 25a401787d Revise README for ubuntu-to-mint conversion script
Updated README to reflect changes in the conversion script, including improved warnings, detailed descriptions of functionality, and modifications to usage instructions.
2026-01-26 10:14:50 -07:00
LINUXexpert.org a941948264 Update default Mint mirror URL in README 2026-01-23 13:56:08 -07:00
LINUXexpert.org d1ffa2b104 Update version number in README for script changes 2026-01-23 13:46:28 -07:00
LINUXexpert.org 695996203a Enhance README with new features and clarifications
Updated README to include additional details about the conversion script, including new features, requirements, and usage instructions.
2026-01-23 11:26:36 -07:00
LINUXexpert.org df890027a2 Fix directory name in README for cloning 2026-01-22 15:55:15 -07:00
LINUXexpert.org 6ce57485f5 Update repository URL in README for cloning 2026-01-22 11:25:24 -07:00
LINUXexpert.org 54afd6a5f2 Update README with details on plan mode
Clarify the note about plan mode and its effects on the system.
2026-01-22 11:18:43 -07:00
LINUXexpert.org d73852e6af Revise README for ubuntu-to-mint-convert-v3
Updated project name and expanded documentation for conversion script.
2026-01-22 11:12:21 -07:00
LINUXexpert.org 53e9633c39 Initial commit 2026-01-22 11:04:50 -07:00