14 lines
		
	
	
		
			295 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			295 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
if [ -f "/opt/xcat/xcatinfo" ];then
 | 
						|
    rm -f "/opt/xcat/xcatinfo"
 | 
						|
fi
 | 
						|
/opt/xcat/xcatdsklspost
 | 
						|
 | 
						|
. /tmp/post-install/variables.txt
 | 
						|
 | 
						|
if [ -x "/xcatpost/updateflag.awk" ];then
 | 
						|
    /xcatpost/updateflag.awk $IMAGESERVER 3002
 | 
						|
    updateflag.awk $IMAGESERVER 3002 "installstatus booted"
 | 
						|
fi
 | 
						|
 |