diff --git a/mainboards/digitalloggers/atomicpi/Makefile b/mainboards/digitalloggers/atomicpi/Makefile index e8ca129..81c5b5c 100644 --- a/mainboards/digitalloggers/atomicpi/Makefile +++ b/mainboards/digitalloggers/atomicpi/Makefile @@ -202,6 +202,7 @@ uroot: # You need ip=dhcp OR ip=fixed.ip.address.here in the command line biguroot.cpio.lzma: tiny.bin go run github.com/u-root/u-root -o biguroot.cpio -build=bb \ + -uinitcmd=/bbin/sshd \ -files class_key.pub:authorized_keys \ -files classhostkey:id_rsa \ -files /usr/bin/vi \