diff options
Diffstat (limited to 'system/efi-sync/README')
-rw-r--r-- | system/efi-sync/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/efi-sync/README b/system/efi-sync/README index 71a5cef40a..e643bec36e 100644 --- a/system/efi-sync/README +++ b/system/efi-sync/README @@ -1,8 +1,8 @@ efi-sync is a program which will update your efi when your kernel or its related files are updated. -To have efi-sync to start and stop with your host, add to the beginning of -/etc/rc.d/rc.local: +To have efi-sync to start and stop with your host, add to the beginning +of /etc/rc.d/rc.local: if [ -x /etc/rc.d/rc.efi-sync ]; then /etc/rc.d/rc.efi-sync start @@ -14,6 +14,6 @@ and to /etc/rc.d/rc.local_shutdown (creating it if needed): /etc/rc.d/rc.efi-sync stop fi -Also ensure your EFI is mounted on boot by having its entry configured in -/etc/fstab. For more instructions, refer to the project's README in this -packages documentation under /usr/doc. +Also ensure your EFI is mounted on boot by having its entry configured +in /etc/fstab. For more instructions, refer to the project's README in +this packages documentation under /usr/doc. |