From 026a296444c169a0cfb278fb180d74055017b5c7 Mon Sep 17 00:00:00 2001 From: brent s Date: Tue, 20 Aug 2019 00:59:24 -0400 Subject: [PATCH] added README to BootSync --- sys/BootSync/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/BootSync/README diff --git a/sys/BootSync/README b/sys/BootSync/README new file mode 100644 index 0000000..a726f76 --- /dev/null +++ b/sys/BootSync/README @@ -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).