Skip to content

Commit ab94ea6

Browse files
committed
log messages tweaks
1 parent e85ef08 commit ab94ea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

headless.apkovl.tar.gz

5 Bytes
Binary file not shown.

overlay/etc/local.d/headless.start

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@ rc-service seedrng start
6060

6161
## Setup Network interfaces
6262
if [ -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
6767
else
68-
logger -st ${0##*/} "Wifi setup not found !"
68+
logger -st ${0##*/} "No wifi setup supplied !"
6969
fi
7070

7171
_preserve "/etc/network/interfaces"
7272
if ! 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

0 commit comments

Comments
 (0)