aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-04-29 17:45:42 -0500
committerSlack Coder <slackcoder@server.ky>2024-05-01 18:01:35 -0500
commiteb0d6d4a0b8434085e43f6c5b2eabbe5086f0060 (patch)
tree4ef1a527cba8ee91c46a39521df4614add7ff3b8
parent858a5bda88011747edb72de66f70808699177f31 (diff)
downloadslackbuilds-eb0d6d4a0b8434085e43f6c5b2eabbe5086f0060.tar.xz
Add: efi-sync
-rw-r--r--efi-sync/README4
-rw-r--r--efi-sync/efi-sync.SlackBuild4
-rw-r--r--efi-sync/efi-sync.info6
3 files changed, 7 insertions, 7 deletions
diff --git a/efi-sync/README b/efi-sync/README
index e055ad8..71a5cef 100644
--- 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
index 08f7961..9c0ed64 100644
--- 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
index 632dff4..4c399b7 100644
--- 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"