You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,15 @@ Any writes to the squashfs will persist, but they will not be compressed when sa
165
165
166
166
On the regular XFCE4 image, this brings the rootfs size down to 1.2GB from 3.5GB.
167
167
168
+
#### I can't connect to some wifi networks.
169
+
You may have to run these commands in order to connect to certain networks:
170
+
```
171
+
$ nmcli connection edit <your connection name>
172
+
> set 802-11-wireless-security.pmf disable
173
+
> save
174
+
> activate
175
+
```
176
+
168
177
## Copyright:
169
178
Shimboot is licensed under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.txt). Unless otherwise indicated, all code has been written by me, [ading2210](https://github.com/ading2210).
if grep -q "$board"<<<"$bad_boards"> /dev/null;then
47
+
print_error "Warning: you are attempting to build Shimboot for a board which has a shim that includes a fix for the sh1mmer vulnerability. The resulting image will not boot if you are enrolled."
0 commit comments