 7d07a6cf50
			
		
	
	
		7d07a6cf50
		
	
	
	
	
		
			
			Those files are actually common for dom0 and VM, but as we splitted the repos, move them accordingly.
		
			
				
	
	
		
			9 Zeilen
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Ausführbare Datei
		
	
	
	
	
			
		
		
	
	
			9 Zeilen
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Ausführbare Datei
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| DEVID=$[ $MAJOR * 256 + $MINOR ]
 | |
| 
 | |
| XS_PATH="device/vbd/$DEVID"
 | |
| 
 | |
| # Double check that DEVID is not empty
 | |
| [ -n "$DEVID" ] && xenstore-rm $XS_PATH
 |