create directories required by busybox
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								7ba6c0a44a
							
						
					
				
			
			
				commit
				
					
						7d7aa60e19
					
				
			
		
					 4 changed files with 5 additions and 2 deletions
				
			
		
							
								
								
									
										12
									
								
								hacking/v3-busybox/qemu-test.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										12
									
								
								hacking/v3-busybox/qemu-test.sh
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| #!/bin/sh | ||||
| 
 | ||||
| if [ "$#" -ne 1 ]; then | ||||
|     echo "$0 iso" | ||||
|     exit 1 | ||||
| fi | ||||
| 
 | ||||
| iso=$1; shift | ||||
| 
 | ||||
| qemu-system-x86_64 -m 512 -boot order=cd \ | ||||
|     -drive file=$iso,media=cdrom | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue