summaryrefslogtreecommitdiffstats
path: root/source/a/mkinitrd/mkinitrd.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-10-10 22:42:17 +0000
committer Eric Hameleers <alien@slackware.com>2024-10-11 01:59:58 +0200
commit6ffeb4181c46a1e4a89310c90551263f36cf7164 (patch)
treef645efd6dc2300bd13c184feea6c750c81aa23db /source/a/mkinitrd/mkinitrd.SlackBuild
parent194d2d2fc5d105c45048ef00ae8c4ed0de39af29 (diff)
downloadcurrent-6ffeb4181c46a1e4a89310c90551263f36cf7164.tar.gz
current-6ffeb4181c46a1e4a89310c90551263f36cf7164.tar.xz
Thu Oct 10 22:42:17 UTC 202420241010224217
a/hostname-3.24-x86_64-1.txz: Upgraded. a/kernel-firmware-20241010_c410e4c-noarch-1.txz: Upgraded. a/kernel-generic-6.10.14-x86_64-1.txz: Upgraded. a/mkinitrd-1.4.11-x86_64-39.txz: Rebuilt. Symlink /boot/remove-orphaned-initrds into /usr/sbin to get it in the $PATH. a/pkgtools-15.1-noarch-14.txz: Rebuilt. Renamed kernel-backup to make-kernel-backup. We'll leave it in /boot where it's more likely to be noticed, but also add a symlink in /usr/sbin so that it's in the $PATH. Support /etc/default/make-kernel-backup. Test to see if $KERNEL_FILE is actually a Linux kernel. d/kernel-headers-6.10.14-x86-1.txz: Upgraded. k/kernel-source-6.10.14-noarch-1.txz: Upgraded. l/python-sphinx-8.1.0-x86_64-1.txz: Upgraded. l/python-sphinx_rtd_theme-3.0.1-x86_64-1.txz: Upgraded. n/c-ares-1.34.1-x86_64-1.txz: Upgraded. xap/mozilla-thunderbird-128.3.1esr-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/128.3.1esr/releasenotes/ (* Security fix *) isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/kernel-generic-6.11.3-x86_64-1.txz: Upgraded. testing/packages/kernel-headers-6.11.3-x86-1.txz: Upgraded. testing/packages/kernel-source-6.11.3-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/a/mkinitrd/mkinitrd.SlackBuild')
-rwxr-xr-xsource/a/mkinitrd/mkinitrd.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/a/mkinitrd/mkinitrd.SlackBuild b/source/a/mkinitrd/mkinitrd.SlackBuild
index 92c1d2075..a0d8cadf6 100755
--- a/source/a/mkinitrd/mkinitrd.SlackBuild
+++ b/source/a/mkinitrd/mkinitrd.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=mkinitrd
VERSION=${VERSION:-1.4.11}
BB=1.37.0
-BUILD=${BUILD:-38}
+BUILD=${BUILD:-39}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -190,6 +190,7 @@ ln -sf /usr/doc/mkinitrd-$VERSION/README.initrd $PKG/boot/README.initrd
cp -a $CWD/remove-orphaned-initrds $PKG/boot
chown root:root $PKG/boot/remove-orphaned-initrds
chmod 755 $PKG/boot/remove-orphaned-initrds
+( cd $PKG/usr/sbin ; ln -sf /boot/remove-orphaned-initrds . )
find $PKG | xargs file | grep -e "executable" -e "shared object" \
| grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null