mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-11-16 19:50:31 +01:00
bin | ||
config | ||
output | ||
patch | ||
scripts | ||
.gitignore | ||
build.sh | ||
README.md |
Forked from the following:
Created from Igor Pečovnik work at :
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/
Installation steps Slackware for Cubietruck
-
Use a debian based Linux Distribution! (sleazy, I know, we'll keep it that way until it can be hosted on a real distribution)
-
open your preferred shell
-
sudo apt-get -y install git
-
cd ~
-
git clone https://bitbucket.org/gwenhael/cubietruck-slackware
-
cd cubietruck-slackware
-
chmod +x build.sh
-
sudo ./build.sh
-
cd ../cubieslack
-
gunzip slackware_rootfs.raw.gz
-
dd if=slackware_rootfs.raw of=/dev/mmcblk0 bs=1024
-
Enjoy Slackware :)