https://bugzilla.novell.com/show_bug.cgi?id=775604 https://bugzilla.novell.com/show_bug.cgi?id=775604#c2 --- Comment #2 from Andreas Prittwitz <m4ng4n@gmx.de> 2012-08-13 12:26:21 UTC --- (In reply to comment #1)
This might be related to the .service file added some weeks ago:
# rpm -q --changelog mkinitrd * Do Jul 26 2012 mmarek@suse.cz - Add purge-kernels.service to the filelist.
Good shot, Christian. The service file at /lib/systemd/system/purge-kernels.service has a typo: [Unit] Description=Purge old kernels After=local_fs.target ConditionPathExists=/boot/do_pure_kernels [Service] Type=oneshot ExecStartPre=/bin/rm -f /boot/do_pure_kernels ExecStart=/sbin/purge-kernels [Install] WantedBy=multi-user.target I changed it back to "do_purge_kernels" on one of my machines and it is working again. I also looked into my factory test-installations and the typo is present there, too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.