use dracut with -H to regenerate initramfs [release 6.2.4-2mamba;Wed Dec 11 2024]

This commit is contained in:
Silvan Calarco 2024-12-13 09:58:03 +01:00
parent fe94f1f2aa
commit 47d801406d

View File

@ -2,7 +2,7 @@
Name: breeze-plymouth Name: breeze-plymouth
Version: 6.2.4 Version: 6.2.4
Release: 1mamba Release: 2mamba
Summary: KDE Plasma boot splash theme Summary: KDE Plasma boot splash theme
Group: Graphical Desktop/Look 'n' feel Group: Graphical Desktop/Look 'n' feel
Vendor: openmamba Vendor: openmamba
@ -62,8 +62,8 @@ if [ $1 -ge 1 ]; then
KVER=`uname -r` KVER=`uname -r`
INITRAMFS=/boot/initramfs-$KVER.img INITRAMFS=/boot/initramfs-$KVER.img
if [ -e /boot/vmlinuz-$KVER ]; then if [ -e /boot/vmlinuz-$KVER ]; then
[ -e $INITRAMFS -a ${_sysconfdir}/dracut.conf -nt $INITRAMFS ] || continue [ -e $INITRAMFS -a %{_datadir}/plymouth/themes/breeze/breeze.plymouth -nt $INITRAMFS ] || continue
[ -e /usr/bin/mkinitrd ] && mkinitrd $INITRAMFS $KVER -f -q dracut $INITRAMFS $KVER -H -f -q
fi fi
fi fi
: :
@ -88,6 +88,9 @@ fi
%{_datadir}/plymouth/themes/breeze/images/os.logo.png %{_datadir}/plymouth/themes/breeze/images/os.logo.png
%changelog %changelog
* Wed Dec 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.4-2mamba
- use dracut with -H to regenerate initramfs
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 6.2.4-1mamba * Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 6.2.4-1mamba
- automatic version update by autodist - automatic version update by autodist