commit eb0d6d4a0b8434085e43f6c5b2eabbe5086f0060
parent 858a5bda88011747edb72de66f70808699177f31
Author: Slack Coder <slackcoder@server.ky>
Date: Mon, 29 Apr 2024 17:45:42 -0500
Add: efi-sync
Diffstat:
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/efi-sync/README b/efi-sync/README
@@ -15,5 +15,5 @@ and to /etc/rc.d/rc.local_shutdown (creating it if needed):
fi
Also ensure your EFI is mounted on boot by having its entry configured in
-/etc/fstab. If you use an initial ram disk (initrd), ensure
-OUTPUT_IMAGE="/boot/initrd.gz" is configured to your EFI's initrd path.
+/etc/fstab. For more instructions, refer to the project's README in this
+packages documentation under /usr/doc.
diff --git a/efi-sync/efi-sync.SlackBuild b/efi-sync/efi-sync.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
PRGNAM=efi-sync
-VERSION=${VERSION:-0.1.0}
+VERSION=${VERSION:-0.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_slackcoder}
@@ -52,4 +52,4 @@ mkdir -p "$PKG/etc/rc.d"
cp -R "$CWD/files/rc.efi-sync.new" "$PKG/etc/rc.d/"
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.1.0-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-0.2.0-$ARCH-$BUILD$TAG.${PKGTYPE:-txz}
diff --git a/efi-sync/efi-sync.info b/efi-sync/efi-sync.info
@@ -1,8 +1,8 @@
PRGNAM="efi-sync"
-VERSION="0.1.0"
+VERSION="0.2.0"
HOMEPAGE="https://git.server.ky/slackcoder/efi-sync"
-DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.1.0.tar.xz"
-MD5SUM="c4366ab8e5cb88d50f50c137f3f3f43c"
+DOWNLOAD="https://git.server.ky/slackcoder/efi-sync/snapshot/efi-sync-0.2.0.tar.xz"
+MD5SUM="9da8ebe6f6bcf30e0b8304c641c72396"
REQUIRES=""
MAINTAINER="Slack Coder"
EMAIL="slackcoder@server.ky"