File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,18 @@ rc-service seedrng start
6060
6161# # Setup Network interfaces
6262if [ -f " ${ovlpath} /wpa_supplicant.conf" ]; then
63- logger -st ${0##*/ } " Wifi setup found ! "
63+ logger -st ${0##*/ } " Configuring wifi... "
6464 _apk add wpa_supplicant
6565 _preserve " /etc/wpa_supplicant/wpa_supplicant.conf"
6666 install -m600 " ${ovlpath} /wpa_supplicant.conf" /etc/wpa_supplicant/wpa_supplicant.conf
6767else
68- logger -st ${0##*/ } " Wifi setup not found !"
68+ logger -st ${0##*/ } " No wifi setup supplied !"
6969fi
7070
7171_preserve " /etc/network/interfaces"
7272if ! install -m644 " ${ovlpath} /interfaces" /etc/network/interfaces; then
7373 # set default interfaces if not specified by interface file on boot storage
74- logger -st ${0##*/ } " No interfaces file supplied, building default interfaces ..."
74+ logger -st ${0##*/ } " No interfaces file supplied, building defaults ..."
7575 for dev in $( ls /sys/class/net)
7676 do
7777 case ${dev%% [0-9]* } in
You can’t perform that action at this time.
0 commit comments