ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/doc/friendly-recovery
Dwayne Hart 148999cf35 Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
..
README Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
changelog.gz Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30
copyright Adding the filesystem content from the Ubuntu 22.04 LTS amd64 squashfs. 2023-11-12 20:31:01 -03:30

README

User friendly recovery menu
---------------------------

Implements the spec in https://wiki.ubuntu.com/FriendlyRecovery

"Plugins" can be added easily:

* install a script in /lib/recovery-mode/options
* recovery-mode will invoke it with "test"
  - it should return "0" and print its name on stdout 
  - if it returns "1" here it will not be added to the 
    reovery-menu
* if the script is run with no parameters it should
  perform its action
* when the script is done, the menu is built again