- Jul 04, 2024
-
-
Jason Kridner authored
-
- Jun 26, 2024
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
rpi-imager: sync up to git 20240603 See merge request beagley-ai/bb-imager!5
-
Dave Jones authored
The keyboard: section should be used instead, which should do the right thing on whatever platform cloud-init is being used on (writes /etc/default/keyboard on Debian/Ubuntu, uses localectl on RHEL/Fedora, runs setup-keymap on Alpine). [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1038762 [2]: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/2030788
-
Dave Jones authored
On systems with a very large number of snap packages installed, there are a considerable number of loop devices. In this case, the `lsblk` command in linuxdrivelist fills the stdout pipe, blocks, and the rpi-imager process assumes it has timed out [1]. This is a trivial work-around that simply excludes loop devices (major=7) from the `lsblk` output. Given subsequent code excludes everything starting with `/dev/loop` anyway, there should be no change in user experience with this exclusion. [1]: https://github.com/waveform80/imager-snap/issues/6
-
Dima authored
-
Tom Dewey authored
-
Tom Dewey authored
-
- Jun 24, 2024
-
-
Jason Kridner authored
-
- Jun 20, 2024
-
-
Jason Kridner authored
-
- Jun 19, 2024
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Jun 16, 2024
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
- Jun 15, 2024
-
-
Jason Kridner authored
-
Jason Kridner authored
-
- Jun 13, 2024
-
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
I do not see where any of the DOT11 definitions are utilized. For cross-building Windows apps, I don't see a good way to get this header without worrying about licensing.
-
- Jun 12, 2024
-
-
Jason Kridner authored
src/OptionsPopup.qml: drop usage of iwd_psk_file/iwd_psk_file_contents, we are... See merge request beagley-ai/bb-imager!4
-
Robert Nelson authored
src/OptionsPopup.qml: drop usage of iwd_psk_file/iwd_psk_file_contents, we are grabbing ssid/psk directly from firstrun.sh Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Jason Kridner authored
src/OptionsPopup.qml: iwdpsk: fieldWifiPassword.text is actually PreSharedKey,... See merge request beagley-ai/bb-imager!3
-
Jason Kridner authored
-
Jason Kridner authored
-
Robert Nelson authored
src/OptionsPopup.qml: iwdpsk: fieldWifiPassword.text is actually PreSharedKey, use instead of Passphrase Signed-off-by:
Robert Nelson <robertcnelson@gmail.com>
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
-
Jason Kridner authored
I also update the Mac build machine to use "curl +darwinssl". See https://apple.stackexchange.com/questions/432353/updated-macports-curl-implementation-behaves-differently-from-previous-version-a
-
Jason Kridner authored
-
- Jun 11, 2024
-
-
Jason Kridner authored
-