diff options
author | Slack Coder <slackcoder@server.ky> | 2024-08-13 06:05:03 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-08-13 06:05:03 -0500 |
commit | 0615b650f1916b6de0e50a74a9cef4431fc57d15 (patch) | |
tree | 244eac0df5edef929fb590b264eb599c20b98ec4 | |
parent | dfd8397b0259ed9bf8ead8817387885184c9dab8 (diff) | |
download | efi-sync-0615b650f1916b6de0e50a74a9cef4431fc57d15.tar.xz |
todo
-rw-r--r-- | work with unmounted efi partitions.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/work with unmounted efi partitions.md b/work with unmounted efi partitions.md new file mode 100644 index 0000000..6c3f8e9 --- /dev/null +++ b/work with unmounted efi partitions.md @@ -0,0 +1,8 @@ +# Work with Unmounted EFI Partitions + +For syncing to work, the EFI partition must be mounted during system operation. +This increases the risk for EFI partition errors due to unclean system +shutdowns. + +Support the use case of automatically mounting and unmounting the EFI during +operations. |