Description of problem: Fedora uses /boot/initramfs-$(uname -r) for booting but plymouth-update-initrd creates a /boot/initrd-$(uname -r) which is never used on boot. Please change the script accordingly. Version-Release number of selected component (if applicable): plymouth-scripts-0.8.4-0.20120319.2.fc17.x86_64 How reproducible: Every time Steps to Reproduce: 1. /usr/libexec/plymouth/plymouth-update-initrd 2. ls -l /boot 3. Actual results: /boot/initrd-xxx Expected results: /boot/initramfs-xxx Additional info:
Sorry, this was my mistake. I looked at the script from GIT and did not see, that Fedora's RPM replaces this script with a correct fedora version. So there is no bug.