draklive-install should not uninstall firmwares. They might be required for devices being hotplugged after live install (USB adapters, modems, ...)
Whiteboard: OK because assignee assigned to himself
CC: (none) => marja11Whiteboard: (none) => OK
draklive-install has just to run sg like: system('urpmi', $_) foreach @firmwares_packages or grep { /firmware|ucode/Â } @packages Or better do it in draklive when doing the live cds. Less runtime work.
CC: (none) => thierry.vignaud
*** Bug 12334 has been marked as a duplicate of this bug. ***
CC: (none) => eeeemail
CC: (none) => sysadmin-bugsComponent: Installer => Release (media or process)
We could also filter with list_firmwares.pm I could alter its format to be an hash instead of just a list. eg: our %modules_with_nonfree_firmware = ( amdgpu => 'radeon-firmware', (...)