1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
a942ba09bc fix partition problem 2023-07-10 11:52:59 +02:00

View File

@ -25,7 +25,7 @@ case "$1" in
rm /boot/home_partition_should_be_formated
fi
if [ -e "/boot/wpa_supplicant.conf" ];then
install -m 0644 /boot/wpa_supplicant.conf /var/etc/network
install -m 0644 /boot/wpa_supplicant.conf /var/etc/network/
rm /boot/wpa_supplicant.conf
reboot
fi