Skip to content

Commit 6bd103b

Browse files
committed
undo rfkill fixes: gotta do in during init
1 parent 9d3726b commit 6bd103b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sg-armv7-rpi-bookworm.pifile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,5 @@ RUN rm /etc/rc3.d/S01resize2fs_once
8686
# Change the avahi/bonjour/mDNS hostname to sgpi.local and enable advertising
8787
RUN bash -c 'sed -ir -e "/host-name/s/.*/host-name=sgpi/" -e "/publish-workstation/s/no/yes/" /etc/avahi/avahi-daemon.conf'
8888

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-
9489
# Timestamp the Sensorgnome image so we can detect and unset clock
9590
RUN bash -c 'date +%s >/etc/sensorgnome/image-stamp'

0 commit comments

Comments
 (0)