mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Remove install of zfs-load-module.service for dracut
The zfs-load-module.service service is not currently provided by the OpenZFS repository so we cannot safely assume it exists. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matthew Thode <mthode@mthode.org> Closes #13574
This commit is contained in:
		
							parent
							
								
									403d4bc66e
								
							
						
					
					
						commit
						6e954130d4
					
				| @ -86,8 +86,7 @@ install() { | ||||
| 
 | ||||
| 		for _service in \ | ||||
| 			"zfs-import-scan.service" \ | ||||
| 			"zfs-import-cache.service" \ | ||||
| 			"zfs-load-module.service"; do | ||||
| 			"zfs-import-cache.service"; do | ||||
| 			inst_simple "${systemdsystemunitdir}/${_service}" | ||||
| 			systemctl -q --root "${initdir}" add-wants zfs-import.target "${_service}" | ||||
| 		done | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Matthew Thode
						Matthew Thode