mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 03:15:49 +00:00 
			
		
		
		
	fix: Disable output buffering (#1141)
This commit is contained in:
		
							parent
							
								
									972240061e
								
							
						
					
					
						commit
						5d734616aa
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -33,8 +33,9 @@ terminal | |||
| ( sleep 30; boot ) & | ||||
| tail -fn +0 "$QEMU_LOG" 2>/dev/null & | ||||
| cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" | \ | ||||
| sed -e 's/\x1B\[[=0-9;]*[a-z]//gi' -e 's/failed to load Boot/skipped Boot/g' & | ||||
| wait $! || : | ||||
| sed -u -e 's/\x1B\[[=0-9;]*[a-z]//gi' \ | ||||
| -e 's/failed to load Boot/skipped Boot/g' \ | ||||
| -e 's/0): Not Found/0)/g' & wait $! || : | ||||
| 
 | ||||
| sleep 1 & wait $! | ||||
| [ ! -f "$QEMU_END" ] && finish 0 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese