mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Explicitly depend on icp module in initramfs hook
Automatic dependency resolution is unreliable on many systems. Follow suit with existing code, and explicitly include icp in module dependencies. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Antonio Russo <antonio.e.russo@gmail.com> Closes #6751
This commit is contained in:
		
							parent
							
								
									c3ac4ccabb
								
							
						
					
					
						commit
						cb8a074dcb
					
				| @ -19,7 +19,7 @@ COPY_EXEC_LIST="$COPY_EXEC_LIST /bin/hostname /sbin/blkid" | ||||
| 
 | ||||
| # Explicitly specify all kernel modules because automatic dependency resolution | ||||
| # is unreliable on many systems. | ||||
| BASE_MODULES="zlib_deflate spl zavl zcommon znvpair zunicode zfs" | ||||
| BASE_MODULES="zlib_deflate spl zavl zcommon znvpair zunicode zfs icp" | ||||
| CRPT_MODULES="sun-ccm sun-gcm sun-ctr" | ||||
| MANUAL_ADD_MODULES_LIST="$BASE_MODULES" | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Antonio Russo
						Antonio Russo