images: pinebook-pro: Fix the agetty baud rate.
* gnu/system/images/pinebook-pro.scm (pinebook-pro-barebones-os): Fix the agetty baud rate.
This commit is contained in:
		
							parent
							
								
									63fec9fd6a
								
							
						
					
					
						commit
						1dbed7e098
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -49,7 +49,7 @@ | |||
|     (services (cons (service agetty-service-type | ||||
|                              (agetty-configuration | ||||
|                               (extra-options '("-L")) ; no carrier detect | ||||
|                               (baud-rate "115200") | ||||
|                               (baud-rate "1500000") | ||||
|                               (term "vt100") | ||||
|                               (tty "ttyS2"))) | ||||
|                     %base-services)))) | ||||
|  |  | |||
		Reference in a new issue