summaryrefslogtreecommitdiff
path: root/push_kernel.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14push_kernel: add getopts and error handlingJesse Barnes1-49/+141
General improvements: - getopts for parsing cmdline - default boot command line - more error handling - split into functions for readability
2020-01-10push_kernel: use getopts for paramsJesse Barnes1-13/+66
And mktemp for temp files.
2020-01-07push_kernel.sh: script for pushing an upstream kernel to a ChromebookJesse Barnes1-0/+48
The Chromebook needs to be in developer mode, and you'll need vbutil plus the EFI bootstrap file, but otherwise this should allow you to run a stock upstream kernel on your device if the necessary device support is available.