From 06a03441afd8fe3a5d7ba3086827fb0b4e778587 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sat, 10 Jul 2021 14:08:09 +0900 Subject: [PATCH] Add AN01 to the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 309ba27..4fc481d 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ If you install two or more Void Linux into the EFI system, only the last one can # Variants considerations Ubuntu has several variants ( flavors ). While while only the MATE flavor is tested, other flavors may work correctly as far as it uses Ubiquity installer. +# Application notes +- [AP01 : How to recover from the mistyping of the passphrase](appnote/an01_howtorecover.md) + # Acknowledgments These scripts are based on the script by [myn's diary](https://myn.hatenablog.jp/entry/install-ubuntu-focal-with-lvm-on-luks). That page contains rich information, hint, and techniques around the encrypted volume and Ubiquity installer.