Project

General

Profile

Bug #25270

Updated by Nicolas CHARLES 2 months ago

and also, <pre> 
 $(modprobe -n -v "${module_name}")  
 </pre> 
 will try to run  
 <pre> 
 insmod /lib/modules/5.4.0-107-generic/kernel/fs/cramfs/cramfs.ko 
 </pre> 

 which actually installs the task doesn't check if module is loaded (by using the generic method) :/

Back