aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt Egger <matt.egger@gmail.com>2024-07-03 16:44:05 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-06 12:16:37 +0700
commit2dc1eb13c664b3ec88b67db2ad3d861045b0af20 (patch)
treec1f43f737cb77767cfc59da4a62ad670258c2cbd /system
parent72adeaa3d8c5f482a8f85b0363e4a65d373e19cf (diff)
system/dracut: updated to version 102
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/dracut/README2
-rw-r--r--system/dracut/dracut.SlackBuild9
-rw-r--r--system/dracut/dracut.info8
-rw-r--r--system/dracut/slack-desc4
4 files changed, 11 insertions, 12 deletions
diff --git a/system/dracut/README b/system/dracut/README
index 8e6054d4e1..b7c12fab5e 100644
--- a/system/dracut/README
+++ b/system/dracut/README
@@ -1,5 +1,3 @@
-dracut (dracut is an event driven initramfs infrastructure.)
-
dracut (the tool) is used to create an initramfs image by copying
tools and files from an installed system and combining it with the
dracut framework, usually found in /usr/lib/dracut/modules.d.
diff --git a/system/dracut/dracut.SlackBuild b/system/dracut/dracut.SlackBuild
index 12a5a7bba4..61d9001223 100644
--- a/system/dracut/dracut.SlackBuild
+++ b/system/dracut/dracut.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=dracut
-VERSION=${VERSION:-059}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-102}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -67,7 +67,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-ng-$VERSION.tar.gz
+mv $PRGNAM-ng-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -101,7 +102,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a docs $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a NEWS.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS CONTRIBUTING.md NEWS.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/dracut/dracut.info b/system/dracut/dracut.info
index dff836b11f..acdd71b2b6 100644
--- a/system/dracut/dracut.info
+++ b/system/dracut/dracut.info
@@ -1,8 +1,8 @@
PRGNAM="dracut"
-VERSION="059"
-HOMEPAGE="https://github.com/dracutdevs/dracut"
-DOWNLOAD="https://github.com/dracutdevs/dracut/archive/059/dracut-059.tar.gz"
-MD5SUM="bce69baf6f633ecf84dea7e3bb63dd32"
+VERSION="102"
+HOMEPAGE="https://github.com/dracut-ng/dracut-ng"
+DOWNLOAD="https://github.com/dracut-ng/dracut-ng/archive/102/dracut-ng-102.tar.gz"
+MD5SUM="2676af23f588fef592afb621a3f82da2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/dracut/slack-desc b/system/dracut/slack-desc
index 01797ba5c4..81586c1ff7 100644
--- a/system/dracut/slack-desc
+++ b/system/dracut/slack-desc
@@ -6,7 +6,7 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-dracut: dracut (an event driven initramfs infrastructure)
+dracut: dracut (the event driven initramfs infrastructure)
dracut:
dracut: dracut (the tool) is used to create an initramfs image by copying
dracut: tools and files from an installed system and combining it with the
@@ -16,4 +16,4 @@ dracut:
dracut:
dracut:
dracut:
-dracut: https://github.com/dracutdevs/dracut
+dracut: https://github.com/dracut-ng/dracut-ng/wiki