Last active
September 17, 2018 08:35
-
-
Save smaknsk/1f80b4a8227ea65689567184f49a1269 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cubox 1st gen | |
http://web.archive.org/web/20120405154814/http://www.solid-run.com/products/cubox | |
1. dhcpcd v7 broken, copy dhclient on microsd | |
https://archlinuxarm.org/packages/armv7h/dhclient | |
2. Install dhclient and configure | |
pacman -U dhclient-4.4.1-4-armv7h.pkg.tar.xz | |
cp /etc/netctl/examples/ethernet-dhcp /etc/netctl/eth0 | |
replace dhcpcd to dhclient in /etc/netctl/eth0 | |
netctl start eth0 | |
3. Install | |
xorg-server xfce4 xfce4-goodies xf86-video-fbdev mc xf86-video-armada |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment