mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-12-28 03:18:21 +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
|
rm /boot/home_partition_should_be_formated
|
||||||
fi
|
fi
|
||||||
if [ -e "/boot/wpa_supplicant.conf" ];then
|
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
|
rm /boot/wpa_supplicant.conf
|
||||||
reboot
|
reboot
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user