mirror of
				https://github.com/dockur/windows.git
				synced 2025-10-27 03:15:49 +00:00 
			
		
		
		
	fix: Rename bootmessage (#1140)
This commit is contained in:
		
							parent
							
								
									0c8943f541
								
							
						
					
					
						commit
						972240061e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -32,7 +32,8 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." | |||
| terminal | ||||
| ( sleep 30; boot ) & | ||||
| tail -fn +0 "$QEMU_LOG" 2>/dev/null & | ||||
| cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" | sed 's/\x1B\[[=0-9;]*[a-z]//gi' & | ||||
| 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 $! || : | ||||
| 
 | ||||
| sleep 1 & wait $! | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Kroese
						Kroese