Samuel Dionne-Riel
c86c8eb503
modules: Remove needless with usage
2023-05-03 19:59:09 -04:00
Samuel Dionne-Riel
0bb69c85d6
treewide: Add lib.mdDoc prefix to option descriptions
...
Used this elegant context-aware mass-edit tool:
```
$ find . -name '*.nix' -exec sed -i -e "s/description = ''/description = lib.mdDoc ''/g" '{}' ';'
```
2023-03-15 01:02:25 -04:00
Samuel Dionne-Riel
65423a81f3
modules/initrd-logs: Enable bootlogd by default only if stage-1 is enabled
2022-05-29 22:39:11 -04:00
Samuel Dionne-Riel
ee6add8ad4
initrd-logs: system.build -> mobile.outputs
2021-08-26 23:25:50 -04:00
Samuel Dionne-Riel
c45582e224
initrd: Fix where logging happens for a message
2020-12-27 17:38:29 -05:00
Samuel Dionne-Riel
7dd8408dd9
initrd: Fix early logging
...
We're now starting `bootlogd` first thing, this in turn allows it to
capture all logs. Though, this does mean that `sh` is back in the
critical path of the system. Anyway, it was never exactly out.
2020-02-03 21:58:21 -05:00
Samuel Dionne-Riel
333ae6b6da
initrd-logs: Add bootlogd multiplexer/logger support.
2020-02-03 16:19:10 -05:00