Description of problem: Error in %post radeon-firmware ######################################################################################################### /var/tmp/rpm-tmp.guwKwv: line 2: /usr/sbin/bootloader-config: No such file or directory Version-Release number of selected component (if applicable): radeon-firmware-20120322-3.mga2.nonfree.noarch.rpm How reproducible: always Steps to Reproduce: 1.to install radeon-firmware before basesystem It's needed to add checking: file /usr/sbin/bootloader-config exists or no. Reproducible: Steps to Reproduce:
I'm curious. How did you get radeon-firmware to install before basesystem? Does it stop the install, or just log the error?
CC: (none) => davidwhodgins
I'm building my own distro and I get radeon-firmware to install before basesystem: http://code.google.com/p/mageiaos/source/browse/#svn%2Ftrunk%2Fmod_names It's just log the error. But I want to fix all errors. This error is easy for fixing.
Well, the way the rpms are set up in mageia is that they expect basesystem to be available. and when running under installer we dont run the post script at all: http://svnweb.mageia.org/packages/cauldron/radeon-firmware/current/SPECS/radeon-firmware.spec?r1=389214&r2=399309
CC: (none) => tmb
To add: if [ -f "/usr/sbin/bootloader-config" ] then /usr/sbin/bootloader-config --action rebuild-initrds fi
>Steps to Reproduce: >1.to install radeon-firmware before basesystem so as said this is wrong, I guess we can close as wontfix
Status: NEW => RESOLVEDResolution: (none) => WONTFIX
It's not wrong for me to install radeon-firmware before basesystem.