rm -f /etc/systemd/system/default.target ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
reboot コマンドで再起動後、テキストログインに切り替わります。
rm -f /etc/systemd/system/default.target ln -s /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
# git clone git://w1.fi/srv/git/hostap.git # cd hostap/hostapd
# cp defconfig .config # vi .config # IEEE 802.11n (High Throughput) support CONFIG_IEEE80211N=y # IEEE 802.11ac (Very High Throughput) support CONFIG_IEEE80211AC=y # Select TLS implementation # openssl = OpenSSL (default) # gnutls = GnuTLS # internal = Internal TLSv1 implementation (experimental) # none = Empty template #CONFIG_TLS=openssl
# yum install -y openssl-devel libnl-devel
# make && make install