1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-18 05:21:47 +03:00
mobile-nixos/devices/google-walleye
2021-02-02 01:58:41 -05:00
..
kernel google-walleye: Fix kernel builder call for boot.kernelPackages 2021-02-02 01:58:41 -05:00
default.nix google-walleye: Enable ADB support 2021-01-27 22:16:55 -05:00
README.adoc google-walleye: Fix header for docs inclusion 2020-04-04 00:26:41 -04:00

= Google Pixel 2
include::_support/common.inc[]

== Device-specific notes

=== 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";
```