use dracut with -H to regenerate initramfs [release 6.2.4-2mamba;Wed Dec 11 2024]
This commit is contained in:
parent
fe94f1f2aa
commit
47d801406d
@ -2,7 +2,7 @@
|
||||
|
||||
Name: breeze-plymouth
|
||||
Version: 6.2.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: KDE Plasma boot splash theme
|
||||
Group: Graphical Desktop/Look 'n' feel
|
||||
Vendor: openmamba
|
||||
@ -62,8 +62,8 @@ if [ $1 -ge 1 ]; then
|
||||
KVER=`uname -r`
|
||||
INITRAMFS=/boot/initramfs-$KVER.img
|
||||
if [ -e /boot/vmlinuz-$KVER ]; then
|
||||
[ -e $INITRAMFS -a ${_sysconfdir}/dracut.conf -nt $INITRAMFS ] || continue
|
||||
[ -e /usr/bin/mkinitrd ] && mkinitrd $INITRAMFS $KVER -f -q
|
||||
[ -e $INITRAMFS -a %{_datadir}/plymouth/themes/breeze/breeze.plymouth -nt $INITRAMFS ] || continue
|
||||
dracut $INITRAMFS $KVER -H -f -q
|
||||
fi
|
||||
fi
|
||||
:
|
||||
@ -88,6 +88,9 @@ fi
|
||||
%{_datadir}/plymouth/themes/breeze/images/os.logo.png
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user