summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-02-16 23:33:50 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-02-16 23:33:50 -0600
commitfebcaf663822895a2e20006f2dbb1e67d3c2077b (patch)
tree1002588b20259c5d873b08e763cde9a0b9956b80 /net-setup
parentfix typo (diff)
downloadlivecd-tools-febcaf663822895a2e20006f2dbb1e67d3c2077b.tar.gz
livecd-tools-febcaf663822895a2e20006f2dbb1e67d3c2077b.tar.bz2
livecd-tools-febcaf663822895a2e20006f2dbb1e67d3c2077b.zip
add --visit-items to dialog commands
this makes the net-setup script much more accessible with speakup. X-Gentoo-Bug: 302381 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=302381
Diffstat (limited to 'net-setup')
-rwxr-xr-xnet-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-setup b/net-setup
index f20d4c7..e81db2e 100755
--- a/net-setup
+++ b/net-setup
@@ -39,7 +39,7 @@ done
# Show stderr again
exec 2>/dev/stderr
-dialog --title "Network setup" --menu "This script is designed to setup both wired and wireless network settings. All questions below apply to the ${iface} interface only. Choose one option:" 20 60 7 1 "My network is wireless" 2 "My network is wired" 2> ${iface}.WIRED_WIRELESS
+dialog --visit-items --title "Network setup" --menu "This script is designed to setup both wired and wireless network settings. All questions below apply to the ${iface} interface only. Choose one option:" 20 60 7 1 "My network is wireless" 2 "My network is wired" 2> ${iface}.WIRED_WIRELESS
WIRED_WIRELESS=$(tail -n 1 ${iface}.WIRED_WIRELESS)
case ${WIRED_WIRELESS} in
1)