From ae327cc50fd9d3e59e9f60088243adfc69cb312e Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 6 Feb 2024 10:46:39 +0100 Subject: fix busybox booting into root shell --- rootfs/etc/profile | 1 + 1 file changed, 1 insertion(+) (limited to 'rootfs/etc/profile') diff --git a/rootfs/etc/profile b/rootfs/etc/profile index 3c2be89..557b21a 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -1,4 +1,5 @@ # /etc/profile umask 022 export PATH="$PATH:/usr/bin" +cd "$HOME" -- cgit v1.2.3