diff --git a/pmb/chroot/root.py b/pmb/chroot/root.py index 5f0f240d..51920c31 100644 --- a/pmb/chroot/root.py +++ b/pmb/chroot/root.py @@ -55,9 +55,9 @@ def root(args, cmd, suffix="native", working_dir="/", output="log", # Merge env with defaults into env_all env_all = {"CHARSET": "UTF-8", - "LANG": "UTF-8", "HISTFILE": "~/.ash_history", "HOME": "/root", + "LANG": "UTF-8", "PATH": pmb.config.chroot_path, "SHELL": "/bin/ash", "TERM": "xterm"}