Hi,
I’m relatively new to HASS, but not to Linux, although I have not run Docker.
I have HAOS running on a RPi4 with external SSD and it’s going great.
I have an LCD display added to the RPi4 and would like to get to the Linux command line
in order to run Xorg and bpswm (already installed)
When it boots, it comes up in the HA CLI: ha>
This is my OS:
Linux a0d7b954-ssh 6.1.21-v8 #1 SMP PREEMPT Wed Aug 16 19:13:22 UTC 2023 aarch64 Linux
3.18.3
NAME=“Alpine Linux”
ID=alpine
VERSION_ID=3.18.3
PRETTY_NAME=“Alpine Linux v3.18”
As I understand it, HAOS runs native Alpine Arch Linux and the HASS as a docker.
So how to I get out of the docker HA command line?
If I type “login”, I get a root # prompt to a read only file system in the HAOS.
(Home Assistant OS version 10.5)
When I ssh into the machine, I get the Alpine Linux OS.
What I want is the get the Alpine Linux OS from the machine’s console.
What am I not seeing?
Thanks