mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 03:12:30 +00:00 
			
		
		
		
	Fix service.sle15.tmpl
product was missing and script paths were wrong
This commit is contained in:
		| @@ -44,6 +44,9 @@ | ||||
|       <!-- XCAT-PARTITION-END --> | ||||
|     </partitioning> | ||||
|     <software> | ||||
|       <products config:type="list"> | ||||
|         <product>SLES</product> | ||||
|       </products> | ||||
|       <patterns config:type="list"> | ||||
|         #INCLUDE_DEFAULT_PTRNLIST_S# | ||||
|       </patterns> | ||||
| @@ -83,9 +86,9 @@ | ||||
|       </routing> | ||||
|     </networking> | ||||
|     <scripts> | ||||
|    #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sles# | ||||
|    #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/pre.sle# | ||||
|    #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/chroot.sles# | ||||
|    #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sles11# | ||||
|    #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sle# | ||||
|     </scripts> | ||||
|   </configure> | ||||
| </profile> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user