I can see that the live environment does not have openssh-runit installed by default.
Any quick and dirty way to ssh into the USB live environment so i can configure it from my desktop?
Could not find this documented anywhere, it's a bit tricky sins the USB live environment is a read only file system
LIveUSB environment is meant only for installing the system or fixing an existing installation. You can only create a custom ISO. See: https://wiki.artixlinux.org/Main/InstallationUsingBuildiso
What is a "USB live environment"? Is it one of those Graphical installation images written in a USB sticker?
https://wiki.archlinux.org/title/USB_flash_installation_medium
LiveUSB isn't graphical ISO-specific, it is also started from base ISOs.
Thank you for the quick response,
And i think just setting it up on the laptop without easy copy paste capabilities will take less time than creating a custom iso.
The standard base arch installer has ssh installed that you can enable i find it very useful, can automate some setup with ansible and such.
But then again at that point setting up a custom iso would not take much extra time
You can install packages in the live environment as well, they won't persist through reboot though, if that's what you meant.
I can install the pacage, but can i enable the sshd service without rebooting?
Regardless it's the base installer or a gui installer image. When you boot the system up, an overlay file system (around 5GB) is mounted as /. It's w/r. You can configure your internet, install openssh & openssh-runit. Enable and start sshd in the live system.
You should be able to both enable and start sshd. If you are getting errors, post them.