1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-10-04 22:36:38 +02:00

fix partition problem

This commit is contained in:
DanyLE 2023-07-10 11:52:59 +02:00
parent d59c841650
commit a942ba09bc

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