1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 03:55:23 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
chayleaf
b3ec466c5a remove deprecated URL literals and unused args
- get rid of deprecated URL literals (see RFC 45)
- remove unused derivation args
- remove one instance of unused rec, and two unused variable in let's
2023-10-17 19:11:41 +07:00
Samuel Dionne-Riel
1754276528 treewide: runCommandNoCC -> runCommand
*sighs*
2022-09-26 23:42:22 -04:00
Samuel Dionne-Riel
e35ab98559 boot/recovery-menu: Review with new theme 2021-07-19 15:50:06 -04:00
Samuel Dionne-Riel
0a397decfe boot/recovery-menu: Use mkLVGUIApp 2021-07-19 15:50:06 -04:00
Samuel Dionne-Riel
4e2cd380a0 boot/recovery-menu: Normalize LVGUI consumers 2021-07-19 15:50:06 -04:00
Samuel Dionne-Riel
aea3b46d13 boot/recovery-menu: Add option to skip kexec
But why?

Multiple reasons:

 - generation kernel does not work as expected
 - booting a boot.img with an experimental kernel

I'm sure there's other reasons too.

Fixes #266
2021-02-11 18:14:30 -05:00
Samuel Dionne-Riel
5d50144468 boot/recovery-menu: Pass data around using JSON 2021-02-11 18:14:30 -05:00
Samuel Dionne-Riel
562ddc1272 boot/recovery-menu: Use extracted reboot mode hal 2021-01-01 21:37:30 -05:00
Samuel Dionne-Riel
50a2a08e09 boot/lib: Extract reboot modes lib 2021-01-01 21:37:30 -05:00
Samuel Dionne-Riel
a12e4314dc boot/recovery-menu: Use extracted configuration lib 2021-01-01 21:37:30 -05:00
Samuel Dionne-Riel
45a4835ebe boot/recovery-menu: describe libraries used 2021-01-01 21:37:30 -05:00
Samuel Dionne-Riel
74498792ee boot/recovery-menu: Fixes for script-loader changes 2021-01-01 21:37:29 -05:00
Samuel Dionne-Riel
e6778f8370 boot/recovery-menu: extract reboot modes 2020-11-12 23:13:20 -05:00
Samuel Dionne-Riel
a50f838e13 boot/recovery-menu: Add missing file 2020-11-06 16:30:22 -05:00
Samuel Dionne-Riel
fb4984cb90 s/boot-gui/boot-recovery-menu/g
The applet is specifically written to show what we call the "recovery
menu". Yes, it's also the boot selection, but it will get confusing with
the upcoming boot tracking splash UI that's upcoming.
2020-10-27 15:23:40 -04:00