mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-16 03:32:02 +03:00
15 lines
242 B
Plaintext
15 lines
242 B
Plaintext
|
= Google Pixel 2
|
||
|
include::_support/common.inc[]
|
||
|
|
||
|
== Device-specific note
|
||
|
|
||
|
=== Serial access
|
||
|
|
||
|
Adding this to your configuration will make it so the shell in initrd will
|
||
|
be on `ttyMSM0`.
|
||
|
|
||
|
```
|
||
|
mobile.boot.stage-1.shell.console = "ttyMSM0";
|
||
|
```
|
||
|
|