2014-02-27 13:03:16 +01:00
Preferred host is a x86_64 Slackware.
2013-12-29 12:01:02 +01:00
2014-01-22 11:50:34 +01:00
---------------------------------------------------------
2014-02-24 15:06:36 +01:00
Installation steps Slackware for Cubietruck
2014-01-22 11:50:34 +01:00
---------------------------------------------------------
2013-12-29 12:31:29 +01:00
2014-02-24 15:06:36 +01:00
1. open your preferred shell
2014-01-22 11:53:23 +01:00
2014-02-26 14:09:04 +01:00
2. su -
2014-01-22 11:53:23 +01:00
2014-02-24 15:06:36 +01:00
3. cd ~
2014-01-22 11:53:23 +01:00
2014-02-24 15:06:36 +01:00
4. git clone https://bitbucket.org/gwenhael/cubietruck-slackware
2014-01-22 11:53:23 +01:00
2014-02-24 15:06:36 +01:00
5. cd cubietruck-slackware
2014-01-22 11:53:23 +01:00
2014-02-24 15:06:36 +01:00
6. chmod +x build.sh
2014-01-22 11:53:23 +01:00
2014-02-28 17:10:02 +01:00
7. ./build.sh # see build.sh --help
2014-01-22 11:53:23 +01:00
2014-02-28 17:10:02 +01:00
8. cd dist/image/
2014-02-24 19:44:16 +01:00
2014-02-28 17:10:02 +01:00
9. dd if=< image > .raw of=/dev/mmcblk0 bs=1024
2014-02-24 15:06:36 +01:00
2014-02-27 13:03:16 +01:00
99. Enjoy Slackware :)
2014-02-28 17:10:02 +01:00
---------------------------------------------------------
Peculiarities
---------------------------------------------------------
* / is mount read-write from the start and this disturbs /etc/rc.d/rc.S so there will be a warning message during boot. Just press Enter to continue booting
* default root password is 'password'
2014-02-27 13:03:16 +01:00
---
Forked from the following:
Created from Igor Pečovnik work at :
http://www.igorpecovnik.com/2013/12/24/cubietruck-debian-wheezy-sd-card-image/