iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c4d6b
)
minor fix
author
Ian Kelling
<iank@fsf.org>
Mon, 7 Oct 2024 17:54:01 +0000
(13:54 -0400)
committer
Ian Kelling
<iank@fsf.org>
Mon, 7 Oct 2024 17:54:01 +0000
(13:54 -0400)
fai/config/scripts/IANK/11-iank
patch
|
blob
|
history
diff --git
a/fai/config/scripts/IANK/11-iank
b/fai/config/scripts/IANK/11-iank
index a6cfe671d7efa846c357ac92fd977f5d2890fd8d..a9515e410ad072db945f50dba0d051b1da346533 100755
(executable)
--- a/
fai/config/scripts/IANK/11-iank
+++ b/
fai/config/scripts/IANK/11-iank
@@
-169,7
+169,7
@@
EOF
fi
# use networkmanager if this host has wireless.
-if [[
$(iw dev
) || $HOSTNAME == so ]]; then
+if [[
( $(iw dev) && $HOSTNAME != frodo
) || $HOSTNAME == so ]]; then
$ROOTCMD bash -xe <<EOF
apt-get -y install network-manager
EOF