mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-16 20:21:32 +03:00
058d1b7f2d
As described in 60ebbb50eaf75daa8bf68f062b1754a7a4e0fae0, CONFIG_MSM_KERNEL_PROTECT is conflicting with added downstream features. |
||
---|---|---|
.. | ||
kernel | ||
default.nix | ||
README.adoc |
= 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"; ```