mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			530 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			530 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|       <post-scripts config:type="list">
 | |
|         <script>
 | |
|           <filename>xcat.sh</filename>
 | |
|           <interpreter>shell</interpreter>
 | |
|           <debug config:type="boolean">false</debug>
 | |
|           <source>
 | |
| 
 | |
| <![CDATA[
 | |
| mkdir -p /var/log/xcat/
 | |
| {
 | |
| echo "Running AutoYaST Post-Installation script..."
 | |
| #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.sles.common#
 | |
| #INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/post.xcat#
 | |
| } >>/var/log/xcat/xcat.log 2>&1
 | |
| 
 | |
| ]]>
 | |
| 
 | |
|           </source>
 | |
|         </script>
 | |
|       </post-scripts>
 | |
| 
 |