#live模式下
iwctl
iwctl>device list #列出wifi设备
iwctl>station wlan0 scan #搜索wifi
iwctl>station wlan0 get-networks #列出wifi
iwctl>station wlan0 connect 《Wi-Finame》 #连接Wi-Fi
iwctl>station wlan0 show #验证wifi连接
#自用环境准备。
#删除网关、添加网关、设置dns、设置终端代理、更新密钥、执行archinstall的同时跳过时区
ip route del default via 10.0.0.1; ip route add default via 10.0.0.108; echo "nameserver 10.0.0.108" > /etc/resolv.conf; export http_proxy="http://10.0.0.108:8080"; export https_proxy="http://10.0.0.108:8080"; export HTTP_PROXY="$http_proxy"; export HTTPS_PROXY="$https_proxy"; echo "export http_proxy=$http_proxy" | tee -a /etc/profile; swapoff -a; pacman-key --init; pacman-key --populate archlinux; pacman -Sy --noconfirm archlinux-keyring; archinstall --skip-ntp --skip-wkd