1 2*** RESCUE SHELL *** 3 4Fix problems and mount the real root partition at `/new_root', then exit 5this shell to continue the normal boot. 6 7* Text editor: 8 # vi 9 # mined (F1: help, Ctrl-W: write file, Ctrl-X: exit) 10* List available interfaces: 11 # ifconfig 12* Wired connection and DHCP: 13 # dhclient <ifname> 14* Connect to WiFi: 15 # dowpa <ifname> <ssid> <password> 16 (Once connected, use `dhclient' to do DHCP) 17 18