Find a file
2014-02-27 22:35:38 +01:00
bin removed leftover files 2014-02-27 13:23:56 +01:00
config removed leftover files 2014-02-27 13:23:56 +01:00
output mount root read-only 2014-02-26 16:54:43 +01:00
patch removed unused patch 2014-02-27 13:24:57 +01:00
scripts update resize2fs-arch.sh 2.0 2014-02-15 15:09:33 +01:00
.gitignore ignore miniroot 2014-02-26 16:55:21 +01:00
build.sh comment and style 2014-02-27 22:35:38 +01:00
README.md same DEST everywhere 2014-02-27 13:05:38 +01:00
TODO.org todo 2014-02-27 22:34:39 +01:00

Preferred host is a x86_64 Slackware.


Installation steps Slackware for Cubietruck

  1. open your preferred shell

  2. su -

  3. cd ~

  4. git clone https://bitbucket.org/gwenhael/cubietruck-slackware

  5. cd cubietruck-slackware

  6. chmod +x build.sh

  7. DEST=/output/path IMAGE_SIZE_MB=2000 ./build.sh # see build.sh for more possible parameters

  8. cd /output/path/output

  9. gunzip .raw.gz

  10. dd if=.raw of=/dev/mmcblk0 bs=1024

  11. Enjoy Slackware :)


Forked from the following:

Created from Igor Pečovnik work at :

http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/