Release 217-4mamba
This commit is contained in:
parent
a1357ea6e1
commit
ea136d5588
@ -25,7 +25,7 @@
|
|||||||
Name: systemd
|
Name: systemd
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 217
|
Version: 217
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
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
|
||||||
@ -383,8 +383,10 @@ if [ $1 -ge 1 ]; then
|
|||||||
systemctl -q daemon-reload
|
systemctl -q daemon-reload
|
||||||
KVER=`uname -r`
|
KVER=`uname -r`
|
||||||
INITRAMFS=/boot/initramfs-$KVER.img
|
INITRAMFS=/boot/initramfs-$KVER.img
|
||||||
|
KERNEL=/boot/vmlinuz-$KVER
|
||||||
[ -e $INITRAMFS -a ${_sysconfdir}/systemd/system.conf -nt $INITRAMFS ] || continue
|
[ -e $INITRAMFS -a ${_sysconfdir}/systemd/system.conf -nt $INITRAMFS ] || continue
|
||||||
mkinitrd $INITRAMFS $KVER -f
|
[ -e $KERNEL -a -e /usr/bin/mkinitrd ] || continue
|
||||||
|
mkinitrd $INITRAMFS $KVER -f -q
|
||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -628,6 +630,9 @@ fi
|
|||||||
%{_datadir}/pkgconfig/udev.pc
|
%{_datadir}/pkgconfig/udev.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 217-4mamba
|
||||||
|
- check for kernel and mkinitrd existence before running mkinitrd
|
||||||
|
|
||||||
* Sat Nov 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 217-3mamba
|
* Sat Nov 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 217-3mamba
|
||||||
- fix myhostname ordering in nsswitch.conf
|
- fix myhostname ordering in nsswitch.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user