We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3726b commit 6bd103bCopy full SHA for 6bd103b
sg-armv7-rpi-bookworm.pifile
@@ -86,10 +86,5 @@ RUN rm /etc/rc3.d/S01resize2fs_once
86
# Change the avahi/bonjour/mDNS hostname to sgpi.local and enable advertising
87
RUN bash -c 'sed -ir -e "/host-name/s/.*/host-name=sgpi/" -e "/publish-workstation/s/no/yes/" /etc/avahi/avahi-daemon.conf'
88
89
-# Ensure wifi comes up unblocked
90
-RUN rfkill unblock wlan
91
-RUN rfkill unblock wifi
92
-RUN bash -c 'echo RFKILL; ls -l /var/lib/systemd/rfkill; cat /var/lib/systemd/rfkill/*wlan'
93
-
94
# Timestamp the Sensorgnome image so we can detect and unset clock
95
RUN bash -c 'date +%s >/etc/sensorgnome/image-stamp'
0 commit comments