[no ci] Overlay: list supported wireless devices

pull/989/head
Viktor 2023-09-08 10:22:59 +02:00
parent a401de7ede
commit a179b352f4
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ set_fullname() {
show_fullname >/etc/hostname
}
show_wlan() {
grep -r '$1..=' /etc/wireless | cut -d '"' -f 4
}
# Source configuration files from /etc/profile.d
for i in /etc/profile.d/*.sh; do
[ -r "$i" ] && . $i