From 14466fb88ebfce812a48b976e6b83fd043690120 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Fri, 19 Apr 2024 08:02:10 -0400 Subject: [PATCH] Set $ENV so that BusyBox ASH loads up my init scripts. --- .config/environment.d/01_ash.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .config/environment.d/01_ash.conf diff --git a/.config/environment.d/01_ash.conf b/.config/environment.d/01_ash.conf new file mode 100644 index 0000000..3e8bbb7 --- /dev/null +++ b/.config/environment.d/01_ash.conf @@ -0,0 +1 @@ +ENV="$HOME/.ashrc"