added README to BootSync

This commit is contained in:
brent s 2019-08-20 00:59:24 -04:00
parent 7474012ada
commit 026a296444
1 changed files with 5 additions and 0 deletions

5
sys/BootSync/README Normal file
View File

@ -0,0 +1,5 @@
This mini-project allows you to maintain segregated ESP failover in a multi-disk setup.

If you have just one disk in your system, this project is useless to you. I promise.

The examples assume use of UEFI and GRUB2, but it can easily be tweaked to use other bootloaders with a little research and modification to the configuration (and commenting out/modifying the writeConfs() function; I'll maybe make that a little smarter in the future).