a few fixes, a few dns
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-iank
index eb315ce83b872345b01a1160452302414835f712..fc51d591cde799eaab50565a9c5ac44cc6f2e1d8 100755 (executable)
@@ -215,7 +215,7 @@ EOF
 fi
 
 # use networkmanager if this host has wireless.
-if type -p iw &>/dev/null && [[ $(iw dev) ]]; then
+if [[ $HOSTNAME == bo ]] || type -p iw &>/dev/null && [[ $(iw dev) ]]; then
   chroot $FAI_ROOT bash <<EOF
 apt-get -y install network-manager
 EOF