Release 251.2-3mamba
This commit is contained in:
parent
a2a26e66b4
commit
103cec7435
@ -27,7 +27,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 251.2
|
Version: 251.2
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A system and service manager compatible with SysV and LSB init scripts
|
Summary: A system and service manager compatible with SysV and LSB init scripts
|
||||||
Group: System/Configuration
|
Group: System/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -495,8 +495,8 @@ if [ $1 -ge 1 ]; then
|
|||||||
INITRAMFS=/boot/initramfs-$KVER.img
|
INITRAMFS=/boot/initramfs-$KVER.img
|
||||||
KERNEL=/boot/vmlinuz-$KVER
|
KERNEL=/boot/vmlinuz-$KVER
|
||||||
[ -e $INITRAMFS -a /etc/systemd/system.conf -nt $INITRAMFS ] || continue
|
[ -e $INITRAMFS -a /etc/systemd/system.conf -nt $INITRAMFS ] || continue
|
||||||
[ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue
|
[ -e $KERNEL -a -e /usr/sbin/mkinitrd ] || continue
|
||||||
mkinitrd $INITRAMFS $KVER -f -q
|
/usr/sbin/mkinitrd $INITRAMFS $KVER -f -H -q
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -822,6 +822,9 @@ systemctl daemon-reload &>/dev/null || :
|
|||||||
%{_libdir}/pkgconfig/libudev.pc
|
%{_libdir}/pkgconfig/libudev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 12 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 251.2-3mamba
|
||||||
|
- posttrans: fix recreating initramfs (add -H for host-only mode)
|
||||||
|
|
||||||
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 251.2-2mamba
|
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 251.2-2mamba
|
||||||
- set default-hierarchy=unified; add fallback-hostname and sbat-distro info
|
- set default-hierarchy=unified; add fallback-hostname and sbat-distro info
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user