15 Mar
2021
15 Mar
'21
11:11 p.m.
On Mon Mar 15, 2021 at 6:58 AM PDT, Alyssa Ross wrote:
Stage 1 was supposed to be able to take a list of PATH entries to prepend to the default PATH, but it didn't do anything with them. Now, it properly adds them to the PATH as early as possible during boot.
This mechanism isn't currently used anywhere, but is very useful for debugging. --- pkgs/os-specific/linux/spectrum/rootfs/generic.nix | 3 ++- pkgs/os-specific/linux/spectrum/rootfs/stage1.nix | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-)
Stuff that helps debugging is good! Reviewed-by: Cole Helbling <cole.e.helbling@outlook.com>