diff --git a/void/helpers/build.sh b/void/helpers/build.sh index 836ad96..7b186d3 100755 --- a/void/helpers/build.sh +++ b/void/helpers/build.sh @@ -42,6 +42,6 @@ svdir=/etc/runit/runsvdir/default # Disable default agetty services rm -f $svdir/agetty-tty* -# Enable serial console +# Enable serial console and ssh ln -s /etc/sv/agetty-console $svdir/ - +ln -s /etc/sv/sshd $svdir/