Skip to content

Commit

Permalink
Fix mount name
Browse files Browse the repository at this point in the history
boot.mount doesn't exist on a Bookworm install and causes sshservice to run before /boot/firmware is mounted on a netboot install. The correct name is boot-firmware.mount
  • Loading branch information
trejan authored and XECDesign committed Oct 19, 2023
1 parent fa2f539 commit 9b582d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/raspberrypi-sys-mods.sshswitch.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=Turn on SSH if /boot/ssh or /boot/firmware/ssh is present
After=regenerate_ssh_host_keys.service boot.mount
After=regenerate_ssh_host_keys.service boot-firmware.mount

[Service]
Type=oneshot
Expand Down

0 comments on commit 9b582d5

Please sign in to comment.