mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
fix partition problem
This commit is contained in:
parent
d59c841650
commit
a942ba09bc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user