SlackBuilds Repository

15.0 > System > efi-sync (0.2.0)

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:

if [ -x /etc/rc.d/rc.efi-sync ]; then
/etc/rc.d/rc.efi-sync start
fi

and to /etc/rc.d/rc.local_shutdown (creating it if needed):

if [ -x /etc/rc.d/rc.efi-sync ]; then
/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.

Maintained by: Slack Coder
Keywords: efi,kernel
ChangeLog: efi-sync

Homepage:
https://git.server.ky/slackcoder/efi-sync

Source Downloads:
efi-sync-0.2.0.tar.xz (9da8ebe6f6bcf30e0b8304c641c72396)

Download SlackBuild:
efi-sync.tar.gz
efi-sync.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
efi-sync.SlackBuild
efi-sync.info
files
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds