FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
220 stars 45 forks source link

Add outbound telnet support #208

Closed kpfleming closed 3 years ago

kpfleming commented 3 years ago

installer_telnet can now be set to listen (the previous mode), connect, or none. When connect is set, the installer will make an outbound connection to a specified host and port to deliver console output during the installation process.

FooDeas commented 3 years ago

@kpfleming Could you rebase to current devel branch? This will fix the CI-Job.

kpfleming commented 3 years ago

Done.

kpfleming commented 3 years ago

Clearly I need to start running shellcheck locally before submitting PRs :-) will fix.

FooDeas commented 3 years ago

np! Code is patient and repos allow force-pushes. Thanks for your efforts!

FooDeas commented 3 years ago

Nice idea and implementation!

Mausy5043 commented 3 years ago

This is a very nice idea. Makes me wonder if i would also be possible to push the logs to a syslog-ng server?