update to 6.1.24
fix typo in initramfs creation command [release 6.1.24-1mamba;Wed Apr 19 2023]
This commit is contained in:
parent
a0332afa1f
commit
e379aa130e
11
kernel.spec
11
kernel.spec
@ -95,7 +95,7 @@
|
||||
%define _use_internal_dependency_generator 1
|
||||
|
||||
Name: kernel
|
||||
Version: 6.1.21
|
||||
Version: 6.1.24
|
||||
Release: 1mamba
|
||||
Summary: The Linux Kernel, the operating system core itself
|
||||
Group: System/Kernel and Hardware
|
||||
@ -458,7 +458,7 @@ done
|
||||
%{kernel_ver}%{?KERNEL_LOCALVER} &>/dev/null
|
||||
|
||||
# create local system initramfs
|
||||
/usr/sbin/mkinitrd -f /boot/initramfs-%{kernel_ver}%{?KERNEL_LOCALVER}.img %{kernel_ver}%{?KERNEL_LOCALVER}
|
||||
/usr/sbin/mkinitrd -H -f /boot/initramfs-%{kernel_ver}%{?KERNEL_LOCALVER}.img %{kernel_ver}%{?KERNEL_LOCALVER}
|
||||
|
||||
# create system-wide "failsafe" initramfs
|
||||
/usr/sbin/dracut -f --filesystems "ext3 squashfs isofs reiserfs ext4" \
|
||||
@ -591,6 +591,13 @@ fi
|
||||
/lib/modules/%{kernel_ver}%{?KERNEL_LOCALVER}/build
|
||||
|
||||
%changelog
|
||||
* Wed Apr 19 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.24-1mamba
|
||||
- update to 6.1.24
|
||||
- fix typo in initramfs creation command
|
||||
|
||||
* Wed Apr 12 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.23-1mamba
|
||||
- update to 6.1.23
|
||||
|
||||
* Sun Mar 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.21-1mamba
|
||||
- update to 6.1.21
|
||||
- unset CONFIG_RT_GROUP_SCHED=n to fix rtkit (remembering to check that docker does not complain)
|
||||
|
Loading…
Reference in New Issue
Block a user