Add instruction on how to set up WiFi before first run#29
Add instruction on how to set up WiFi before first run#29maximeborges wants to merge 1 commit intoarchlinuxarm:masterfrom
Conversation
|
I would suggest to chroot into partition (from within debian flashed to sdcard - see cadmium), after setting up both arch partitions as stated onder 'installation'. To chroot with networking capabilities: mount -t proc proc root/proc/ && mount -t sysfs sys root/sys/ && mount -o bind /tmp root/tmp/ && mount -o bind /dev root/dev/ && mount -o bind /dev/pts root/dev/pts && rm root/etc/resolv.conf && cp /etc/resolv.conf root/etc/resolv.conf && chroot root After that do source https://eramons.github.io/techblog/post/asuschromebook_debian/ |
Add a new entry in the quite empty "Wiki" index to a new list of how-to, with a first entry on how to setup WiFi access before first run