[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/197: installer: Correct bug detecting a wireless interface.
From: |
Danny Milosavljevic |
Subject: |
98/197: installer: Correct bug detecting a wireless interface. |
Date: |
Mon, 3 Jul 2017 20:37:07 -0400 (EDT) |
dannym pushed a commit to branch wip-installer-2
in repository guix.
commit 404e068187b65d951f751ea763c0240f5944d9d8
Author: John Darrington <address@hidden>
Date: Sun Jan 15 08:02:58 2017 +0100
installer: Correct bug detecting a wireless interface.
* gnu/system/installer/network.scm (interfaces): Fix typo.
---
gnu/system/installer/network.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/installer/network.scm b/gnu/system/installer/network.scm
index 617e8a2..9eeefa0 100644
--- a/gnu/system/installer/network.scm
+++ b/gnu/system/installer/network.scm
@@ -51,7 +51,7 @@
`((name . ,ifce)
(class . ,(cond
((loopback-network-interface? ifce) 'loopback)
- ((string-prefix? ifce "wl") 'wireless)
+ ((string-prefix? "wl" ifce) 'wireless)
(else 'ethernet)))))
(all-network-interface-names)))
- 73/197: installer: Correct behaviour of push-cursor and pop-cursor procedures., (continued)
- 73/197: installer: Correct behaviour of push-cursor and pop-cursor procedures., Danny Milosavljevic, 2017/07/03
- 77/197: installer: New procedure: page-enter., Danny Milosavljevic, 2017/07/03
- 82/197: installer: Rename 'file-browser.scm' to 'key-map.scm'., Danny Milosavljevic, 2017/07/03
- 63/197: installer: Change essid --> wireless., Danny Milosavljevic, 2017/07/03
- 70/197: installer: Rename "file-browser" -> "time-zone"., Danny Milosavljevic, 2017/07/03
- 81/197: installer: Make all windows with ports scrollable., Danny Milosavljevic, 2017/07/03
- 62/197: installer: Add page with which the wifi password can be entered., Danny Milosavljevic, 2017/07/03
- 75/197: installer: Remove pointless calls to delwin., Danny Milosavljevic, 2017/07/03
- 87/197: installer: Minor cleanup., Danny Milosavljevic, 2017/07/03
- 79/197: installer: Rename "Back" buttons to "Cancel"., Danny Milosavljevic, 2017/07/03
- 98/197: installer: Correct bug detecting a wireless interface.,
Danny Milosavljevic <=
- 91/197: installer: Add callback parameter for forms., Danny Milosavljevic, 2017/07/03
- 95/197: installer: Add a predicate to ensure the partitions have been formatted., Danny Milosavljevic, 2017/07/03
- 102/197: installer: Correct bug where the timezone page returned to the wrong page., Danny Milosavljevic, 2017/07/03
- 119/197: gurses: Allow menu update to work for panel windows., Danny Milosavljevic, 2017/07/03
- 103/197: installer: Avoid exception when the device to format cannot be found., Danny Milosavljevic, 2017/07/03
- 116/197: installer: Fix bug in config generation., Danny Milosavljevic, 2017/07/03
- 105/197: installer: Extend the 'file-system' concept to include swap spaces., Danny Milosavljevic, 2017/07/03
- 83/197: installer: "Setup" --> "Set up", Danny Milosavljevic, 2017/07/03
- 92/197: installer: Remove mkfs capability from mount points page., Danny Milosavljevic, 2017/07/03
- 118/197: installer: Distinguish between Wifi encryption methods., Danny Milosavljevic, 2017/07/03