1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/boot/splash
Samuel Dionne-Riel 6cd2985bc1 boot/splash: Implement progress status display
The splash is now an application that should be started and forked from.
Once started, it will listen for messages on a ZeroMQ socket reporting
progress.

The current protocol is extremely simple, reporting (optional) label,
and reporting a progress amount.

Additionally, it responds to a string commant ("quit") to quit as
needed.
2020-11-06 16:30:22 -05:00
..
lib boot/splash: Implement progress status display 2020-11-06 16:30:22 -05:00
default.nix boot/splash: Implement progress status display 2020-11-06 16:30:22 -05:00
main.rb boot/splash: Implement progress status display 2020-11-06 16:30:22 -05:00
simulator.nix boot/splash: Implement progress status display 2020-11-06 16:30:22 -05:00