Skip to content

Commit

Permalink
Remove piwiz; enable ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbieber committed May 10, 2024
1 parent c9ddac1 commit 2e6c194
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,15 @@ jobs:
net.ipv4.ip_forward=1
EOF
systemctl stop userconfig
systemctl disable userconfig
systemctl mask userconfig
# Attempt to not run config on first boot
sudo rm /etc/xdg/autostart/piwiz.desktop
# systemctl stop userconfig
# systemctl disable userconfig
# systemctl mask userconfig
# Enable ssh
ssh-keygen -A &&
update-rc.d ssh enable
- name: Adjust image configuration
run: |
Expand Down

0 comments on commit 2e6c194

Please sign in to comment.