From: Lisa Marie Maginnis Date: Wed, 29 Apr 2015 17:05:41 +0000 (-0400) Subject: updated rms rc.local X-Git-Url: https://vcs.fsf.org/?p=fai-configs.git;a=commitdiff_plain;h=ca80f1b1f865a53a24bd0425a37571b45bb3133d updated rms rc.local --- diff --git a/files/etc/rc.local/RMS b/files/etc/rc.local/RMS index 25bb13a..d7ba880 100755 --- a/files/etc/rc.local/RMS +++ b/files/etc/rc.local/RMS @@ -14,7 +14,10 @@ (echo 'keymaps 0-127' echo 'keycode 58 = Control' echo 'keycode 29 = Control') | loadkeys - - +#insure portmap was not started +/etc/init.d/portmap stop rfkill block all +macchanger -A eth0 +macchanger -A wlan0 exit 0