fix wifi for raspios (#1207)

* Wip: Fix most of the wifi and 80% of initialization.sh

* fix wifi

* reorganize code

Co-authored-by: J M <mogulslayer@gmail.com>
This commit is contained in:
Aiden McClelland
2022-02-15 10:27:25 -07:00
committed by GitHub
parent fd37bbf712
commit 1837e719b6
3 changed files with 71 additions and 55 deletions

View File

@@ -17,6 +17,7 @@ if [ -z "$OUTPUT_DEVICE" ]; then
export DETACH_OUTPUT_DEVICE=1
else
export DETACH_OUTPUT_DEVICE=0
sudo dd if=/dev/zero of=$OUTPUT_DEVICE bs=1M count=1
fi
export LOOPDEV=$(sudo losetup --show -fP raspios.img)
./build/partitioning.sh